-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4213577
commit 6e25c34
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule doxygen-awesome-css
updated
18 files
+4 −1 | .gitignore | |
+3 −0 | .npmignore | |
+1 −1 | LICENSE | |
+1 −0 | Makefile | |
+62 −28 | README.md | |
+13 −9 | docs/customization.md | |
+63 −16 | docs/extensions.md | |
+12 −9 | docs/tricks.md | |
+1 −0 | doxygen-awesome-sidebar-only.css | |
+23 −3 | doxygen-awesome-tabs.js | |
+213 −66 | doxygen-awesome.css | |
+0 −44 | doxygen-custom/custom.css | |
+1 −1 | doxygen-custom/header.html | |
+117 −0 | img/theme-variants-base.drawio.svg | |
+102 −0 | img/theme-variants-sidebar-only.drawio.svg | |
+0 −250 | img/theme-variants.drawio.svg | |
+54 −42 | include/MyLibrary/example.hpp | |
+34 −0 | package.json |