aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Doxyfile.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-01 20:12:13 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 16:27:02 -0500
commitcd3d9986f40fd4e605ac2e8168512065439173e2 (patch)
tree72d0418cbd8b8b5c7e43880c68831819e12b1982 /doc/Doxyfile.in
parent1f09497ae009daade56c450e73bf6425b27cea24 (diff)
downloadserd-cd3d9986f40fd4e605ac2e8168512065439173e2.tar.gz
serd-cd3d9986f40fd4e605ac2e8168512065439173e2.tar.bz2
serd-cd3d9986f40fd4e605ac2e8168512065439173e2.zip
Split up public API header
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r--doc/Doxyfile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 1fd32769..f035564f 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -24,11 +24,14 @@ SHOW_FILES = NO
MACRO_EXPANSION = YES
PREDEFINED = SERD_ALLOCATED \
+ SERD_ALWAYS_INLINE_FUNC= \
SERD_API \
+ SERD_CONST_API= \
SERD_CONST_FUNC= \
SERD_NONNULL= \
SERD_NULLABLE= \
- SERD_PURE_FUNC=
+ SERD_PURE_API= \
+ SERD_PURE_FUNC= \
RECURSIVE = YES
STRIP_FROM_PATH = @SERD_SRCDIR@