diff options
-rw-r--r-- | doc/conf.py.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index 924066aa..51b37217 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -27,25 +27,13 @@ except ModuleNotFoundError: # Ignore everything opaque or external for nitpicky mode _opaque = [ "FILE", - "SerdByteSinkImpl", - "SerdByteSourceImpl", - "SerdCursorImpl", "SerdEnvImpl", - "SerdIterImpl", - "SerdModelImpl", - "SerdNodeImpl", - "SerdNodesImpl", - "SerdRangeImpl", "SerdReaderImpl", - "SerdSinkImpl", - "SerdStatementImpl", - "SerdWorldImpl", "SerdWriterImpl", "int64_t", "size_t", "uint32_t", "uint8_t", - "uintptr_t", "va_list", ] |