aboutsummaryrefslogtreecommitdiff
path: root/Doxyfile
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-09-03 19:34:59 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-09-03 19:36:52 +0200
commitc818aa8a02d2809b3189a1fdbec580fd59d22ce2 (patch)
treeab37a6959f7e63ce8ef70a338bef20a4ac6dbd3f /Doxyfile
parent387c97bae8fd2e21dcd5b0a2b938d23e5d007a0d (diff)
shuffle files
Moving all code into src/crepe allows you to add the src folder as SYSTEM INTERFACE, resulting in includes that look like `<crepe/xyz.h>`.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile b/Doxyfile
index 08a0b9b..8ba90fc 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1,9 +1,9 @@
# Doxyfile 1.11.0
DOXYFILE_ENCODING = UTF-8
-PROJECT_NAME = "WIP"
+PROJECT_NAME = "crepe"
OUTPUT_DIRECTORY = doxygen
-INPUT += .
+INPUT += src
EXCLUDE_PATTERNS = build
EXCLUDE_SYMLINKS = YES