diff options
author | David Robillard <d@drobilla.net> | 2021-03-15 15:02:38 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-16 19:08:37 -0400 |
commit | 50bbbafd8cb7cac121e7fd37458a1975dd818611 (patch) | |
tree | 2efcff12053c4c180dd291ed654c2a53fc87f24d /doc | |
parent | 2f2fac062817a6cca82078fc6dcc6401fca3e292 (diff) | |
download | sratom-50bbbafd8cb7cac121e7fd37458a1975dd818611.tar.gz sratom-50bbbafd8cb7cac121e7fd37458a1975dd818611.tar.bz2 sratom-50bbbafd8cb7cac121e7fd37458a1975dd818611.zip |
WIP: Port to serd1 and rework API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/conf.py.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/conf.py.in b/doc/conf.py.in index c3600d2..41ec55f 100644 --- a/doc/conf.py.in +++ b/doc/conf.py.in @@ -18,16 +18,16 @@ _opaque = [ "LV2_Atom_Forge", "LV2_Atom_Forge_Ref", "LV2_Atom_Forge_Sink_Handle", + "LV2_URID", "LV2_URID_Map", "LV2_URID_Unmap", - "SerdEndSink", "SerdEnv", + "SerdModel", "SerdNode", - "SerdStatementSink", - "SordModel", - "SordNode", - "SordWorld", - "SratomImpl", + "SerdSink", + "SerdWorld", + "SratomDumperImpl", + "SratomLoaderImpl", "uint32_t", ] |