diff --git a/.gitignore b/.gitignore index 17fc3a8..530ee39 100644 --- a/.gitignore +++ b/.gitignore @@ -57,5 +57,5 @@ sq/ tmp/ utils_src/a.out -header.html -footer.html +doxyresources/header.html + diff --git a/Doxyfile b/Doxyfile index f05fd15..6cedb0e 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1314,7 +1314,7 @@ HTML_FILE_EXTENSION = .html # of the possible markers and block names see the documentation. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_HEADER = +HTML_HEADER = doxyresources/header.html # The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each # generated HTML page. If the tag is left blank doxygen will generate a standard @@ -1336,7 +1336,7 @@ HTML_FOOTER = # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_STYLESHEET = +HTML_STYLESHEET = doxyresources/customdoxygen.css # The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined # cascading style sheets that are included after the standard style sheets diff --git a/customdoxygen.css b/doxyresources/customdoxygen.css similarity index 100% rename from customdoxygen.css rename to doxyresources/customdoxygen.css diff --git a/footer.html b/footer.html deleted file mode 100644 index 249d73f..0000000 --- a/footer.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - -