From 4711fdf527f416faee8ff19e15f050d4b48dcfb2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 5 May 2023 09:43:57 -0400 Subject: [WIP] Generalize node construction API --- doc/conf.py.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/conf.py.in b/doc/conf.py.in index 51a09d4e..c6e146f2 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -36,9 +36,14 @@ _opaque = [ "SerdStatementImpl", "SerdWorldImpl", "SerdWriterImpl", + "int16_t", + "int32_t", "int64_t", + "int8_t", "size_t", + "uint16_t", "uint32_t", + "uint64_t", "uint8_t", "va_list", ] -- cgit v1.2.1