summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-04-03 13:13:24 +0200
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-04-03 13:13:24 +0200
commitf242d4f6a0b922247aa72cb85337586da5136b7a (patch)
tree2b044c2811e2d929118ca8c2d6a7efe606ccda9f /docs
parent5d4c6daa61cb0d2b6d41adb946cc4bc35cc5e3df (diff)
docs: Adding ignores and the Doxygen config file
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxygen.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Doxygen.in b/docs/Doxygen.in
new file mode 100644
index 0000000..0ea6e2b
--- /dev/null
+++ b/docs/Doxygen.in
@@ -0,0 +1,5 @@
+GENERATE_XML = YES
+PROJECT_NAME = forstio
+RECURSIVE = YES
+FILE_PATTERNS = *.cpp *.h
+INPUT = ../c++