Added Doxygen footer
This commit is contained in:
2
Doxyfile
2
Doxyfile
@@ -1268,7 +1268,7 @@ HTML_HEADER = docs/doxygen/header.html
|
|||||||
# that doxygen normally uses.
|
# that doxygen normally uses.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# This tag requires that the tag GENERATE_HTML is set to YES.
|
||||||
|
|
||||||
HTML_FOOTER =
|
HTML_FOOTER = docs/doxygen/footer.html
|
||||||
|
|
||||||
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
|
# 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 fine-tune the look of
|
# sheet that is used by each HTML page. It can be used to fine-tune the look of
|
||||||
|
|||||||
28
docs/doxygen/footer.html
Normal file
28
docs/doxygen/footer.html
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
<!-- HTML footer for doxygen 1.9.1-->
|
||||||
|
<!-- start footer part -->
|
||||||
|
<!--BEGIN GENERATE_TREEVIEW-->
|
||||||
|
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||||
|
<ul>
|
||||||
|
$navpath
|
||||||
|
<li class="footer">
|
||||||
|
$generatedby
|
||||||
|
<a href="https://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/>
|
||||||
|
</a> $doxygenversion
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<!--END GENERATE_TREEVIEW-->
|
||||||
|
<!--BEGIN !GENERATE_TREEVIEW-->
|
||||||
|
<hr class="footer"/><address class="footer">
|
||||||
|
<small>
|
||||||
|
<span class="copyright">  Copyright © 2022-present <a href="https://github.com/bkryza">Bartek Kryza</a>
|
||||||
|
</span>
|
||||||
|
$generatedby 
|
||||||
|
<a href="https://www.doxygen.org/index.html">
|
||||||
|
<img class="footer" src="$relpath^doxygen.svg" width="104" height="31" alt="doxygen"/>
|
||||||
|
</a> $doxygenversion
|
||||||
|
</small></address>
|
||||||
|
<!--END !GENERATE_TREEVIEW-->
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user