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