aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-07-11 20:47:51 -0400
committerDavid Robillard <d@drobilla.net>2023-12-02 18:49:07 -0500
commit6eb1fa15a06ab7de08e33add1540a45b83c5f0d8 (patch)
tree86d3cfedbf2ff76878eba6d14dc7fc259d1cbf46 /doc
parentd1ba721d37af61f2b529faaa16bd20ba1e161b06 (diff)
downloadserd-6eb1fa15a06ab7de08e33add1540a45b83c5f0d8.tar.gz
serd-6eb1fa15a06ab7de08e33add1540a45b83c5f0d8.tar.bz2
serd-6eb1fa15a06ab7de08e33add1540a45b83c5f0d8.zip
Add SerdWorld for shared library state
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in1
-rw-r--r--doc/conf.py.in1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index f035564f..8952aa2c 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -28,6 +28,7 @@ PREDEFINED = SERD_ALLOCATED \
SERD_API \
SERD_CONST_API= \
SERD_CONST_FUNC= \
+ SERD_MALLOC_API= \
SERD_NONNULL= \
SERD_NULLABLE= \
SERD_PURE_API= \
diff --git a/doc/conf.py.in b/doc/conf.py.in
index 3ce284b1..5f0c026a 100644
--- a/doc/conf.py.in
+++ b/doc/conf.py.in
@@ -31,6 +31,7 @@ _opaque = [
"SerdNodeImpl",
"SerdReaderImpl",
"SerdSinkImpl",
+ "SerdWorldImpl",
"SerdWriterImpl",
"int64_t",
"size_t",