File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments