summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--Doxyfile2
m---------meta/css0
3 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 8941b14..dd5d23f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -19,3 +19,6 @@
[submodule "toolchains/mingw-w64-gcc"]
path = toolchains/mingw-w64-gcc
url = git@github.com:ne-foss-org/gcc-n64.git
+[submodule "meta/css"]
+ path = meta/css
+ url = https://github.com/jothepro/doxygen-awesome-css.git
diff --git a/Doxyfile b/Doxyfile
index 90f1a84..2571892 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1399,7 +1399,7 @@ HTML_STYLESHEET =
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_EXTRA_STYLESHEET =
+HTML_EXTRA_STYLESHEET = meta/css/doxygen-awesome.css
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
diff --git a/meta/css b/meta/css
new file mode 160000
+Subproject 1f3620084ff75734ed192101acf40e9dff01d84