Set up Doxygen

This commit is contained in:
Trygve 2024-04-06 13:19:58 +02:00
parent 6f001d23f8
commit 76d235d1c9
3 changed files with 2868 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
build
html

12
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,12 @@
image: alpine
pages:
script:
- apk update && apk add doxygen graphviz ttf-freefont
- doxygen docs/doxygen.conf
- mv docs/html/ public/
artifacts:
paths:
- public
only:
- feature/add-gitlab-pages-support

2854
Doxyfile Normal file

File diff suppressed because it is too large Load Diff