summaryrefslogtreecommitdiff
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
parent5d4c6daa61cb0d2b6d41adb946cc4bc35cc5e3df (diff)
docs: Adding ignores and the Doxygen config file
-rw-r--r--.gitignore5
-rw-r--r--docs/Doxygen.in5
2 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 328a7c0..808aaa5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,8 @@ compile_commands.json
# default log dumps
log
+
+# Doc ignores
+docs/html
+docs/latex
+docs/xml
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++