Updating documentation layout to reduce clutter a bit.

This commit is contained in:
Chris 2012-03-23 15:43:56 +00:00
parent c4ad881a4f
commit 5eecb71a0f
3 changed files with 1023 additions and 2 deletions

View File

@ -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 -

View File

@ -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

File diff suppressed because it is too large Load Diff