chore: updated documentation

stripped
Sara 2024-05-30 00:45:40 +02:00
parent a905b89ed6
commit c7e5175b5d
2 changed files with 9 additions and 1 deletions

View File

@ -1043,7 +1043,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = generated-docs/ documentation/doxygen-awesome-css
EXCLUDE = generated-docs/ documentation/doxygen-awesome-css README.md
# 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

8
documentation/index.dox Normal file
View File

@ -0,0 +1,8 @@
/** \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>
*/