aboutsummaryrefslogtreecommitdiffstats
path: root/doc/c/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/c/Doxyfile.in')
-rw-r--r--doc/c/Doxyfile.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in
index 96bbf63..d119015 100644
--- a/doc/c/Doxyfile.in
+++ b/doc/c/Doxyfile.in
@@ -20,9 +20,13 @@ XML_PROGRAMLISTING = NO
SHOW_FILES = NO
MACRO_EXPANSION = YES
-PREDEFINED = PUGL_API PUGL_DISABLE_DEPRECATED PUGL_CONST_API= PUGL_CONST_FUNC=
+PREDEFINED = PUGL_API \
+ PUGL_DISABLE_DEPRECATED \
+ PUGL_CONST_API= \
+ PUGL_CONST_FUNC=
+RECURSIVE = YES
STRIP_FROM_PATH = @PUGL_SRCDIR@
-INPUT = @PUGL_HEADERS@
+INPUT = @PUGL_SRCDIR@/include
-OUTPUT_DIRECTORY = doc/c
+OUTPUT_DIRECTORY = @DOX_OUTPUT@