diff --git a/.gitmodules b/.gitmodules index cd8df0c..5626d8f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "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 diff --git a/Doxyfile b/Doxyfile index 1ce9c61..f8d2653 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/doxygen-awesome-css b/documentation/doxygen-awesome-css similarity index 100% rename from doxygen-awesome-css rename to documentation/doxygen-awesome-css diff --git a/documentation/index.html b/documentation/index.html new file mode 100644 index 0000000..33b362d --- /dev/null +++ b/documentation/index.html @@ -0,0 +1,6 @@ + + +
+

Godot C++ Utilities

+
+