diff options
author | David Robillard <d@drobilla.net> | 2023-05-05 09:43:57 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-12-02 18:49:08 -0500 |
commit | 4711fdf527f416faee8ff19e15f050d4b48dcfb2 (patch) | |
tree | 6b18712ec44cce5713ddef1a21aec5f12651d901 /doc | |
parent | 248a874d7425749d29cf900a1c3783c624ea8d8c (diff) | |
download | serd-4711fdf527f416faee8ff19e15f050d4b48dcfb2.tar.gz serd-4711fdf527f416faee8ff19e15f050d4b48dcfb2.tar.bz2 serd-4711fdf527f416faee8ff19e15f050d4b48dcfb2.zip |
[WIP] Generalize node construction API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 5 |
1 files changed, 5 insertions, 0 deletions
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", ] |