aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/c/Doxyfile.in3
-rw-r--r--doc/cpp/Doxyfile.in1
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/c/Doxyfile.in b/doc/c/Doxyfile.in
index d9ce0c6..4bf1b42 100644
--- a/doc/c/Doxyfile.in
+++ b/doc/c/Doxyfile.in
@@ -33,9 +33,10 @@ PREDEFINED = PUGL_API \
RECURSIVE = NO
STRIP_FROM_PATH = @PUGL_SRCDIR@
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/glu.h \
+ @PUGL_SRCDIR@/include/pugl/pugl.h \
@PUGL_SRCDIR@/include/pugl/stub.h \
@PUGL_SRCDIR@/include/pugl/vulkan.h
diff --git a/doc/cpp/Doxyfile.in b/doc/cpp/Doxyfile.in
index ffb2384..05deae7 100644
--- a/doc/cpp/Doxyfile.in
+++ b/doc/cpp/Doxyfile.in
@@ -41,6 +41,7 @@ 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/glu.h \
@PUGL_SRCDIR@/include/pugl/stub.h \
@PUGL_SRCDIR@/include/pugl/vulkan.h \
@PUGL_SRCDIR@/bindings/cpp/include/pugl/pugl.hpp \