Skip to content

Commit 3e348de

Browse files
committed
doc UPDATE add GDPR footer
1 parent c1d11b5 commit 3e348de

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Doxyfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,7 @@ HTML_HEADER =
11371137
# that doxygen normally uses.
11381138
# This tag requires that the tag GENERATE_HTML is set to YES.
11391139

1140-
HTML_FOOTER =
1140+
HTML_FOOTER = doc/footer.html
11411141

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

doc/footer.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
2+
<ul>
3+
$navpath
4+
<li class="footer"><a href="https://www.cesnet.cz/en/gdpr">Legal Information</a></li>
5+
<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>
6+
</ul>
7+
</div>

0 commit comments

Comments
 (0)