From 01471ca20e877710d6c3d26f3893f22b9eb7d487 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 2 Jan 2023 18:37:24 -0500 Subject: Reorganize documentation --- doc/c/Doxyfile.in | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'doc/c/Doxyfile.in') 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@ -- cgit v1.2.1