chore: updated documentation
parent
a905b89ed6
commit
c7e5175b5d
2
Doxyfile
2
Doxyfile
|
@ -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
|
EXCLUDE = generated-docs/ documentation/doxygen-awesome-css README.md
|
||||||
|
|
||||||
# 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
|
||||||
|
|
|
@ -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>
|
||||||
|
*/
|
Loading…
Reference in New Issue