fixed doxygen

This commit is contained in:
Trygve 2024-04-06 13:47:40 +02:00
parent 76d52a39ab
commit cff8d02aa4
2 changed files with 4 additions and 4 deletions

View File

@ -2,9 +2,9 @@ image: alpine
pages:
script:
- apk update && apk add doxygen
- doxygen doxygen/Doxyfile
- mv doxygen/documentation/html/ public/
- apk update && apk add doxygen graphviz ttf-freefont
- doxygen Doxyfile
- mv documentation/html/ public/
artifacts:
paths:
- public

View File

@ -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 = html
HTML_OUTPUT = documentation/html
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).