Updating documentation layout to reduce clutter a bit.
This commit is contained in:
parent
c4ad881a4f
commit
5eecb71a0f
@ -3,4 +3,5 @@
|
||||
# Get the latest tag annotation out of git.
|
||||
VERS=`git tag -n1 | tail -n1 | perl -e '$tag = <STDIN>; $tag =~ s/^(.*?)\s\s+(.*)$/$1 - $2/; print $tag;'`
|
||||
|
||||
(cat Doxyfile; echo "PROJECT_NUMBER = \"$VERS\"") | doxygen -
|
||||
# Generate the documentation with the project number updated with the tag.
|
||||
(cat supportfiles/Doxyfile; echo "PROJECT_NUMBER = \"$VERS\"") | doxygen -
|
||||
|
@ -907,7 +907,7 @@ HTML_FOOTER =
|
||||
# the style sheet file to the HTML output directory, so don't put your own
|
||||
# style sheet in the HTML output directory as well, or it will be erased!
|
||||
|
||||
HTML_STYLESHEET =
|
||||
HTML_STYLESHEET = supportfiles/customdoxygen.css
|
||||
|
||||
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
|
||||
# other source files which should be copied to the HTML output directory. Note
|
1020
supportfiles/customdoxygen.css
Normal file
1020
supportfiles/customdoxygen.css
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user