Add doxygen-awesome

This commit is contained in:
LoveSy 2022-07-23 22:01:42 +08:00
parent 0308a103ff
commit 3e3aa3e848
3 changed files with 6 additions and 2 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = lsplant/src/main/jni/external/dex_builder path = lsplant/src/main/jni/external/dex_builder
url = https://github.com/LSPosed/DexBuilder.git url = https://github.com/LSPosed/DexBuilder.git
branch = master branch = master
[submodule "docs/doxygen-awesome-css"]
path = docs/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git

@ -0,0 +1 @@
Subproject commit 4cd62308d825fe0396d2f66ffbab45d0e247724c

View File

@ -1255,7 +1255,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation. # list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET = HTML_EXTRA_STYLESHEET = docs/doxygen-awesome-css/doxygen-awesome.css
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # 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 # other source files which should be copied to the HTML output directory. Note
@ -1558,7 +1558,7 @@ DISABLE_INDEX = NO
# The default value is: NO. # The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES. # This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_TREEVIEW = NO GENERATE_TREEVIEW = YES
# When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the # When both GENERATE_TREEVIEW and DISABLE_INDEX are set to YES, then the
# FULL_SIDEBAR option determines if the side bar is limited to only the treeview # FULL_SIDEBAR option determines if the side bar is limited to only the treeview