diff options
Diffstat (limited to 'doc/cpp/Doxyfile')
-rw-r--r-- | doc/cpp/Doxyfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cpp/Doxyfile b/doc/cpp/Doxyfile index 2bb0f9f..0f5f636 100644 --- a/doc/cpp/Doxyfile +++ b/doc/cpp/Doxyfile @@ -24,7 +24,7 @@ XML_PROGRAMLISTING = NO SHOW_FILES = NO MACRO_EXPANSION = YES -PREDEFINED = PUGL_API PUGL_DISABLE_DEPRECATED PUGL_CONST_FUNC= +PREDEFINED = PUGL_API PUGL_DISABLE_DEPRECATED PUGL_CONST_API= PUGL_CONST_FUNC= INPUT = ../../include/pugl/cairo.h \ ../../include/pugl/gl.h \ |