Adding awesome-doxygen CSS style sheet.
This commit is contained in:
parent
db8b482f74
commit
86a0f20bca
4 changed files with 3044 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ build/
|
|||
.idea/*
|
||||
*.json
|
||||
imgui.ini
|
||||
documentation
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -1,3 +1,6 @@
|
|||
[submodule "external/catch2"]
|
||||
path = external/catch2
|
||||
url = https://github.com/catchorg/Catch2.git
|
||||
[submodule "external/doxygen-awesome-css"]
|
||||
path = external/doxygen-awesome-css
|
||||
url = https://github.com/jothepro/doxygen-awesome-css.git
|
||||
|
|
|
|||
1
external/doxygen-awesome-css
vendored
Submodule
1
external/doxygen-awesome-css
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 1f3620084ff75734ed192101acf40e9dff01d848
|
||||
Loading…
Add table
Add a link
Reference in a new issue