diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 1 | ||||
-rw-r--r-- | doc/conf.py.in | 1 |
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", |