]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove generated timestamp from footer to reduce churn in docsite repo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 26 Nov 2020 17:16:46 +0000 (10:16 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 26 Nov 2020 17:18:51 +0000 (10:18 -0700)
doc/doxygen/Doxyfile
doc/doxygen/extra/footer_template.html [new file with mode: 0644]

index 9173bd613976db902f7de0b498ce652df25e3ef5..e0e4c2a398d21f5502b987c1feafad7714d040a4 100644 (file)
@@ -1153,7 +1153,7 @@ HTML_HEADER            =
 # that doxygen normally uses.
 # This tag requires that the tag GENERATE_HTML is set to YES.
 
-HTML_FOOTER            =
+HTML_FOOTER            = extra/footer_template.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
diff --git a/doc/doxygen/extra/footer_template.html b/doc/doxygen/extra/footer_template.html
new file mode 100644 (file)
index 0000000..f6060c3
--- /dev/null
@@ -0,0 +1,22 @@
+<!-- HTML footer for doxygen 1.8.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">Generated by
+    <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>
+Generated by &#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-->
+</body>
+</html>
+