From c0b0af1bda146ca836f6cbff02547a74f58bc6fb Mon Sep 17 00:00:00 2001 From: Bartek Kryza Date: Sun, 25 Jun 2023 11:17:10 +0200 Subject: [PATCH] Added Doxygen footer --- Doxyfile | 2 +- docs/doxygen/footer.html | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 docs/doxygen/footer.html diff --git a/Doxyfile b/Doxyfile index e513d548..34e66a3a 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1268,7 +1268,7 @@ HTML_HEADER = docs/doxygen/header.html # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = +HTML_FOOTER = docs/doxygen/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 diff --git a/docs/doxygen/footer.html b/docs/doxygen/footer.html new file mode 100644 index 00000000..10a71f5d --- /dev/null +++ b/docs/doxygen/footer.html @@ -0,0 +1,28 @@ + + + + + + + + + + \ No newline at end of file