Add Footer

This commit is contained in:
tobid7 2022-04-12 10:41:22 +02:00
parent b5dbe5ce78
commit ea778c004b
2 changed files with 30 additions and 1 deletions

View File

@ -1167,7 +1167,7 @@ HTML_HEADER = header.html
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.
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 fine-tune the look of

29
footer.html Normal file
View File

@ -0,0 +1,29 @@
<!-- HTML footer for doxygen 1.8.5-->
<!-- Updated for Geant4 examples documentation-->
<!-- 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="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/></a> $doxygenversion </li>
</ul>
</div>
<!--END GENERATE_TREEVIEW-->
<!--BEGIN !GENERATE_TREEVIEW-->
<hr class="footer"/><address class="footer"><small>
$generatedby &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="$relpath^doxygen.png" alt="doxygen"/>
</a> $doxygenversion
</small></address>
<!--END !GENERATE_TREEVIEW-->
<hr>
<a href="http://github.com/NPI-D7/RenderD7">GitHub</a> |
<p></p>
<script type="text/javascript">
</script>
<br/><br/>
</body>
</html>