mirror of
https://gitlab.com/Trygve/contour-creator.git
synced 2024-11-21 14:50:18 +00:00
fixed doxygen
This commit is contained in:
parent
76d52a39ab
commit
cff8d02aa4
@ -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
|
||||
|
2
Doxyfile
2
Doxyfile
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user