From 0f9816d67bc67a396607291f845ca2a33c2285a7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 19 Dec 2022 17:55:02 -0500 Subject: Use ZixAllocator directly --- doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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", -- cgit v1.2.1