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