diff options
author | David Robillard <d@drobilla.net> | 2022-12-19 17:55:02 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 0f9816d67bc67a396607291f845ca2a33c2285a7 (patch) | |
tree | b31fd1b344305dc984a2109084fa183573a0ae43 /doc | |
parent | 258ea2ff59bbd2127ea446cf4b9676ad3d7fe53d (diff) | |
download | serd-0f9816d67bc67a396607291f845ca2a33c2285a7.tar.gz serd-0f9816d67bc67a396607291f845ca2a33c2285a7.tar.bz2 serd-0f9816d67bc67a396607291f845ca2a33c2285a7.zip |
Use ZixAllocator directly
Diffstat (limited to 'doc')
-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", |