aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp/Doxyfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cpp/Doxyfile.in')
-rw-r--r--doc/cpp/Doxyfile.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/cpp/Doxyfile.in b/doc/cpp/Doxyfile.in
index 889ac0b..5e1be1c 100644
--- a/doc/cpp/Doxyfile.in
+++ b/doc/cpp/Doxyfile.in
@@ -24,9 +24,14 @@ 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 \
+ @PUGL_SRCDIR@/bindings/cpp/include
-OUTPUT_DIRECTORY = doc/cpp
+OUTPUT_DIRECTORY = @DOX_OUTPUT@