diff options
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/Doxyfile | 6 | ||||
-rw-r--r-- | doxygen/footer.html | 13 |
2 files changed, 3 insertions, 16 deletions
diff --git a/doxygen/Doxyfile b/doxygen/Doxyfile index b96ba5ca..14350cf4 100644 --- a/doxygen/Doxyfile +++ b/doxygen/Doxyfile @@ -61,7 +61,7 @@ PROJECT_BRIEF = # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = ../doc/xz-logo.png +PROJECT_LOGO = # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -1246,7 +1246,7 @@ HTML_HEADER = # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = footer.html +HTML_FOOTER = # 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 @@ -1286,7 +1286,7 @@ HTML_EXTRA_STYLESHEET = # files will be copied as-is; there are no commands or markers available. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_EXTRA_FILES = ../COPYING.CC-BY-SA-4.0 +HTML_EXTRA_FILES = # The HTML_COLORSTYLE tag can be used to specify if the generated HTML output # should be rendered with a dark or light theme. diff --git a/doxygen/footer.html b/doxygen/footer.html deleted file mode 100644 index 38d6ea0f..00000000 --- a/doxygen/footer.html +++ /dev/null @@ -1,13 +0,0 @@ -<hr class="footer"/> - -<p style="text-align: right;padding-right: 12px;"> - XZ logo © 2023 by Jia Tan is licensed under - <a href="COPYING.CC-BY-SA-4.0" - rel="license" - style="display:inline-block;"> - CC BY-SA 4.0 - </a> -</p> - -</body> -</html> |