Added Doxigen configuration file Doxyfile to project root. No code changes. (0.41.5)
This commit is contained in:
parent
872eaf3ab3
commit
7fd6445cd2
8 changed files with 3062 additions and 64 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,5 +1,4 @@
|
|||
CMakeCache.txt
|
||||
Doxyfile
|
||||
.*
|
||||
!.clang-format
|
||||
!.clang-tidy
|
||||
|
|
@ -7,6 +6,7 @@ Doxyfile
|
|||
!.gitignore
|
||||
!.github
|
||||
!.gitkeep
|
||||
!api/.gitkeep
|
||||
.venv
|
||||
api/
|
||||
build/*
|
||||
|
|
@ -29,5 +29,4 @@ src/rust/target
|
|||
tmp*
|
||||
web/_cache/*
|
||||
web/_site/*
|
||||
web/api/
|
||||
web/Gemfile.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue