Skip to content

Commit 7734d82

Browse files
committed
docs: remove footer
1 parent e166e55 commit 7734d82

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/doxygen/footer.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!-- HTML footer for doxygen 1.9.6-->
2+
<!-- start footer part -->
3+
<!--BEGIN GENERATE_TREEVIEW-->
4+
<div id="nav-path"><!-- id is needed for treeview function! --></div>
5+
<!--END GENERATE_TREEVIEW-->
6+
</body>
7+
</html>

doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ HTML_HEADER = ./docs/doxygen/header.html
13001300
# that doxygen normally uses.
13011301
# This tag requires that the tag GENERATE_HTML is set to YES.
13021302

1303-
HTML_FOOTER =
1303+
HTML_FOOTER = ./docs/doxygen/footer.html
13041304

13051305
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
13061306
# sheet that is used by each HTML page. It can be used to fine-tune the look of

0 commit comments

Comments
 (0)