aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-02 18:37:24 -0500
committerDavid Robillard <d@drobilla.net>2023-01-02 18:37:24 -0500
commit01471ca20e877710d6c3d26f3893f22b9eb7d487 (patch)
treebbbacbe48328a8adff15a31706c8803efcea8a41 /doc
parent9f85fadca801033e8873e918a52e80fd12426734 (diff)
downloadpugl-01471ca20e877710d6c3d26f3893f22b9eb7d487.tar.gz
pugl-01471ca20e877710d6c3d26f3893f22b9eb7d487.tar.bz2
pugl-01471ca20e877710d6c3d26f3893f22b9eb7d487.zip
Reorganize documentation
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@