aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/c/Doxyfile.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in
index d119015..f0b8236 100644
--- a/doc/c/Doxyfile.in
+++ b/doc/c/Doxyfile.in
@@ -21,12 +21,19 @@ SHOW_FILES = NO
MACRO_EXPANSION = YES
PREDEFINED = PUGL_API \
- PUGL_DISABLE_DEPRECATED \
PUGL_CONST_API= \
- PUGL_CONST_FUNC=
+ PUGL_CONST_FUNC= \
+ PUGL_DISABLE_DEPRECATED \
+ PUGL_MALLOC_API= \
+ PUGL_MALLOC_FUNC=
RECURSIVE = YES
STRIP_FROM_PATH = @PUGL_SRCDIR@
-INPUT = @PUGL_SRCDIR@/include
+INPUT = @PUGL_SRCDIR@/include/pugl/attributes.h \
+ @PUGL_SRCDIR@/include/pugl/pugl.h \
+ @PUGL_SRCDIR@/include/pugl/cairo.h \
+ @PUGL_SRCDIR@/include/pugl/gl.h \
+ @PUGL_SRCDIR@/include/pugl/stub.h \
+ @PUGL_SRCDIR@/include/pugl/vulkan.h
OUTPUT_DIRECTORY = @DOX_OUTPUT@