Compare commits

...

2 Commits

Author SHA1 Message Date
Sara c7e5175b5d chore: updated documentation 2024-05-30 00:45:40 +02:00
Sara a905b89ed6 fix: index.html not valid doxygen file 2024-05-30 00:22:15 +02:00
3 changed files with 9 additions and 7 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>
*/

View File

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