Skip to content
Snippets Groups Projects
Commit 2a2cd8f6 authored by Yann Boucher's avatar Yann Boucher
Browse files

improved the doxygen CI

parent 4d182698
No related branches found
No related tags found
No related merge requests found
Pipeline #79840 failed
...@@ -2,7 +2,7 @@ image: alpine ...@@ -2,7 +2,7 @@ image: alpine
pages: pages:
script: script:
- apk update && apk add doxygen graphviz ttf-freefont - apk update && apk add doxygen graphviz ttf-freefont epstopdf
- doxygen docs/doxygen.conf - doxygen docs/doxygen.conf
- mv docs/html/ public/ - mv docs/html/ public/
artifacts: artifacts:
......
...@@ -568,7 +568,7 @@ WARN_LOGFILE = ...@@ -568,7 +568,7 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories # directories like "/usr/src/myproject". Separate the files or directories
# with spaces. # with spaces.
INPUT = README.md src/ include/ INPUT = LICENSE README.md src/ include/
# This tag can be used to specify the character encoding of the source files # This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment