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: pages:
script: script:
- apk update && apk add doxygen - apk update && apk add doxygen graphviz ttf-freefont
- doxygen doxygen/Doxyfile - doxygen Doxyfile
- mv doxygen/documentation/html/ public/ - mv documentation/html/ public/
artifacts: artifacts:
paths: paths:
- public - public

View File

@ -1298,7 +1298,7 @@ GENERATE_HTML = YES
# The default directory is: html. # The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES. # 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 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp). # generated HTML page (for example: .htm, .php, .asp).