Files
wireplumber/docs/rst/library/c_api/meson.build
George Kiagiadakis f3f89b8fc1 docs: shuffle files to have the same logical hierarchy as on the generated doc
Also:
 - rename some files to remove redundant information from the filenames
 - rename many labels to match the filename and its place in the hierarchy
 - move lua_api under the scripting section
2023-12-23 12:36:27 +02:00

36 lines
800 B
Meson

# you need to add here any files you add to the api directory as well
sphinx_files += files(
'client_api.rst',
'component_loader_api.rst',
'conf_api.rst',
'core_api.rst',
'device_api.rst',
'global_proxy_api.rst',
'impl_module_api.rst',
'impl_node_api.rst',
'iterator_api.rst',
'link_api.rst',
'log_api.rst',
'metadata_api.rst',
'node_api.rst',
'obj_interest_api.rst',
'obj_manager_api.rst',
'object_api.rst',
'pipewire_object_api.rst',
'plugin_api.rst',
'port_api.rst',
'properties_api.rst',
'proxy_api.rst',
'session_item_api.rst',
'settings_api.rst',
'si_factory_api.rst',
'si_interfaces_api.rst',
'spa_device_api.rst',
'spa_pod_api.rst',
'spa_type_api.rst',
'state_api.rst',
'transitions_api.rst',
'wp_api.rst',
'wperror_api.rst',
)