aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-01-08 20:13:15 -0500
committerDavid Robillard <d@drobilla.net>2023-01-08 22:32:09 -0500
commit87af385d3846d83a6e45f92c391265548a225964 (patch)
tree372dfa4057b1f1411778a676b437ef0d81a46491 /doc/cpp
parent5ee8c8f69338870e8062782dfcc08f60d455eb35 (diff)
downloadpugl-87af385d3846d83a6e45f92c391265548a225964.tar.gz
pugl-87af385d3846d83a6e45f92c391265548a225964.tar.bz2
pugl-87af385d3846d83a6e45f92c391265548a225964.zip
Fix Doxygen errors
Diffstat (limited to 'doc/cpp')
-rw-r--r--doc/cpp/Doxyfile.in6
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@