diff --git a/.github/workflows/generate_documentation.yml b/.github/workflows/generate_documentation.yml index 63beac06..d7c5bb29 100644 --- a/.github/workflows/generate_documentation.yml +++ b/.github/workflows/generate_documentation.yml @@ -18,7 +18,7 @@ jobs: uses: mattnotmitt/doxygen-action@v1.9.5 with: doxyfile-path: "./Doxyfile" - working-directory: "./app/rpi/common" + working-directory: "./app/rpi" - name: Move Doxygen HTML files into their parent directories run: | diff --git a/app/rpi/common/Doxyfile b/app/rpi/Doxyfile similarity index 99% rename from app/rpi/common/Doxyfile rename to app/rpi/Doxyfile index 69b164ad..d3f5b11e 100644 --- a/app/rpi/common/Doxyfile +++ b/app/rpi/Doxyfile @@ -68,7 +68,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = "../../../docs/raspberry_pi" +OUTPUT_DIRECTORY = "../../docs/raspberry_pi" # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format @@ -943,7 +943,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = "../common" +INPUT = "../rpi" # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses @@ -1341,7 +1341,7 @@ HTML_FOOTER = # obsolete. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_STYLESHEET = ../../../docs/static/doxygen-awesome.css +HTML_STYLESHEET = ../../docs/static/doxygen-awesome.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