Skip to content
Snippets Groups Projects
Commit b276624f authored by Nathan Letwory's avatar Nathan Letwory
Browse files

doxygen: footer template

parent bcec8242
Branches
Tags
No related merge requests found
...@@ -629,7 +629,8 @@ INPUT = doxygen.main \ ...@@ -629,7 +629,8 @@ INPUT = doxygen.main \
../source/blender/render \ ../source/blender/render \
../source/blender/nodes \ ../source/blender/nodes \
../source/blender/modifiers \ ../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 # 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 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
...@@ -851,7 +852,7 @@ HTML_HEADER = ...@@ -851,7 +852,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a # each generated HTML page. If it is left blank doxygen will generate a
# standard footer. # standard footer.
HTML_FOOTER = HTML_FOOTER = footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading # 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 # style sheet that is used by each HTML page. It can be used to
......
...@@ -101,6 +101,16 @@ ...@@ -101,6 +101,16 @@
* \ingroup gui * \ingroup gui
*/ */
/** \defgroup externformats external formats */
/** \defgroup collada COLLADA
* \ingroup externformats
*/
/** \defgroup avi AVI
* \ingroup externformats
*/
/** \defgroup imbuf IMage Buffer */ /** \defgroup imbuf IMage Buffer */
/** \defgroup undoc Undocumented /** \defgroup undoc Undocumented
......
<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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment