diff options
Diffstat (limited to 'doc/conf.py.in')
-rw-r--r-- | doc/conf.py.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index b72d0882..24dede6f 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -27,7 +27,6 @@ except ModuleNotFoundError: # Ignore everything opaque or external for nitpicky mode _opaque = [ "FILE", - "SerdAllocatorImpl", "SerdCaretImpl", "SerdCursorImpl", "SerdEnvImpl", @@ -39,6 +38,7 @@ _opaque = [ "SerdStatementImpl", "SerdWorldImpl", "SerdWriterImpl", + "ZixAllocator", "ZixStringView", "int16_t", "int32_t", |