From 5678d0a7a3eef324167b8a5c4b6ce58003f3a2b6 Mon Sep 17 00:00:00 2001 From: Peter Hartmann Date: Tue, 3 Dec 2024 11:18:29 +0100 Subject: [PATCH] don't generate the outdated documentation for now --- doc/Doxyfile | 7 +++---- doc/{html => }/footer.html | 0 doc/{html => }/header.html | 0 3 files changed, 3 insertions(+), 4 deletions(-) rename doc/{html => }/footer.html (100%) rename doc/{html => }/header.html (100%) diff --git a/doc/Doxyfile b/doc/Doxyfile index 0b8a958a..62312414 100644 --- a/doc/Doxyfile +++ b/doc/Doxyfile @@ -940,8 +940,7 @@ WARN_LOGFILE = Doxygen.log # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = . \ - classes \ +INPUT = classes \ ../src \ tutorials \ ../README.md @@ -1317,7 +1316,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 = api/header.html +HTML_HEADER = 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 @@ -1327,7 +1326,7 @@ HTML_HEADER = api/header.html # that doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = api/footer.html +HTML_FOOTER = 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/doc/html/footer.html b/doc/footer.html similarity index 100% rename from doc/html/footer.html rename to doc/footer.html diff --git a/doc/html/header.html b/doc/header.html similarity index 100% rename from doc/html/header.html rename to doc/header.html