diff --git a/.gitignore b/.gitignore index ae2052e..fcbdf40 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ build -html \ No newline at end of file +documentation/doxygen_html \ No newline at end of file diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b942006..dc86ffa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ pages: script: - apk update && apk add doxygen graphviz ttf-freefont - doxygen Doxyfile - - mv documentation/html/ public/ + - mv documentation/doxygen_html/ public/ artifacts: paths: - public diff --git a/Doxyfile b/Doxyfile index e7b7747..6dc2ca0 100644 --- a/Doxyfile +++ b/Doxyfile @@ -1045,7 +1045,7 @@ FILE_PATTERNS = *.c \ # be searched for input files as well. # The default value is: NO. -RECURSIVE = NO +RECURSIVE = YES # The EXCLUDE tag can be used to specify files and/or directories that should be # excluded from the INPUT source files. This way you can easily exclude a @@ -1298,7 +1298,7 @@ GENERATE_HTML = YES # The default directory is: html. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_OUTPUT = documentation/html +HTML_OUTPUT = documentation/doxygen_html # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each # generated HTML page (for example: .htm, .php, .asp).