Initial project files
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
2026-04-23 20:44:31 -07:00
parent e8626f1bc6
commit d23636e70d
12 changed files with 148 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
set(DOXYGEN_EXTRACT_ALL YES)
set(DOXYGEN_BUILTIN_STL_SUPPORT YES)
set(DOXYGEN_USE_MDFILE_AS_MAINPAGE README.md)
doxygen_add_docs(docs_target
${PROJECT_SOURCE_DIR}/src
ALL # does not seem to work
COMMENT "Generate HTML documentation"
)