fixed doxygen again

This commit is contained in:
Trygve 2024-04-06 14:00:27 +02:00
parent cff8d02aa4
commit dc8c8b504b
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
build
html
documentation/doxygen_html

View File

@ -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

View File

@ -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).