Compare commits

..

2 Commits

4 changed files with 14 additions and 5 deletions

5
.gitmodules vendored
View File

@ -1,3 +1,6 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
path = documentation/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git
[submodule "documentation/doxygen-awesome-css"]
path = documentation/doxygen-awesome-css
url = https://github.com/jothepro/doxygen-awesome-css.git

View File

@ -1034,7 +1034,7 @@ FILE_PATTERNS = *.c \
# be searched for input files as well.
# The default value is: NO.
RECURSIVE = NO
RECURSIVE = YES
# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
@ -1043,7 +1043,7 @@ RECURSIVE = NO
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE =
EXCLUDE = generated-docs/ documentation/doxygen-awesome-css
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@ -1393,7 +1393,7 @@ HTML_STYLESHEET =
# documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET = doxygen-awesome-css/doxygen-awesome.css
HTML_EXTRA_STYLESHEET = documentation/doxygen-awesome-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
@ -1716,7 +1716,7 @@ DISABLE_INDEX = NO
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.
GENERATE_TREEVIEW = FALSE
GENERATE_TREEVIEW = TRUE
# 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

6
documentation/index.html Normal file
View File

@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<header>
<h1>Godot C++ Utilities</h1>
</header>
</html>