doxygen: footer template
This commit is contained in:
@@ -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 =
|
|||||||
# 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 @@
|
|||||||
* \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
|
||||||
|
5
doc/footer.html
Normal file
5
doc/footer.html
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<hr class="footer"/><address class="footer"><small>Generated on $datetime for $projectname by 
|
||||||
|
<a href="http://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="../../doxygen.png" alt="doxygen"/></a> $doxygenversion </small></address>
|
||||||
|
</body>
|
||||||
|
</html>
|
Reference in New Issue
Block a user