Compare commits

..

No commits in common. "c7e5175b5d9d4ea931a10c7ec6a16bcda0227a36" and "b493bdce7975384946b45d10fe03d13fd09ee5e7" have entirely different histories.

3 changed files with 7 additions and 9 deletions

View File

@ -1043,7 +1043,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is # Note that relative paths are relative to the directory from which doxygen is
# run. # run.
EXCLUDE = generated-docs/ documentation/doxygen-awesome-css README.md EXCLUDE = generated-docs/ documentation/doxygen-awesome-css
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or # 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 # directories that are symbolic links (a Unix file system feature) are excluded

View File

@ -1,8 +0,0 @@
/** \mainpage Godot C++ Utilities Documentation
<h2>Quick Links</h2>
<ul>
<li><a href="https://docs.objectionable.solutions/godot-cpp-utils/html/godot__macros_8hpp.html">Helper Macros</a></li>
<li><a href="https://git.saragerretsen.nl/Sara/godot-cpp-utils">Godot C++ Utilities Repo</a></li>
<li><a href="https://git.saragerretsen.nl/Sara/godot-cpp-utils-docs">Documentation Repo</a></li>
</ul>
*/

6
documentation/index.html Normal file
View File

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