doxygen: footer template

This commit is contained in:
Nathan Letwory
2011-02-21 09:09:27 +00:00
parent bcec824299
commit b276624f33
3 changed files with 18 additions and 2 deletions

View File

@@ -629,7 +629,8 @@ INPUT = doxygen.main \
../source/blender/render \
../source/blender/nodes \
../source/blender/modifiers \
../source/blender/gpu
../source/blender/gpu \
../source/blender/avi
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -851,7 +852,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
HTML_FOOTER =
HTML_FOOTER = footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to

View File

@@ -101,6 +101,16 @@
* \ingroup gui
*/
/** \defgroup externformats external formats */
/** \defgroup collada COLLADA
* \ingroup externformats
*/
/** \defgroup avi AVI
* \ingroup externformats
*/
/** \defgroup imbuf IMage Buffer */
/** \defgroup undoc Undocumented

5
doc/footer.html Normal file
View File

@@ -0,0 +1,5 @@
<hr class="footer"/><address class="footer"><small>Generated on $datetime for $projectname by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/></a> $doxygenversion </small></address>
</body>
</html>