diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cpp/Doxyfile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/cpp/Doxyfile.in b/doc/cpp/Doxyfile.in index e4fc9ca..78ee4c4 100644 --- a/doc/cpp/Doxyfile.in +++ b/doc/cpp/Doxyfile.in @@ -28,9 +28,11 @@ 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@ |