mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 00:48:01 +02:00
docs: add base-dirs in the generated C API documentation
This commit is contained in:
parent
c841ec97a8
commit
14daab576b
3 changed files with 8 additions and 0 deletions
|
|
@ -39,3 +39,4 @@ C API Documentation
|
|||
c_api/si_interfaces_api.rst
|
||||
c_api/si_factory_api.rst
|
||||
c_api/state_api.rst
|
||||
c_api/base_dirs_api.rst
|
||||
|
|
|
|||
6
docs/rst/library/c_api/base_dirs_api.rst
Normal file
6
docs/rst/library/c_api/base_dirs_api.rst
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.. _base_dirs_api:
|
||||
|
||||
Base Directories File Lookup
|
||||
============================
|
||||
.. doxygengroup:: wpbasedirs
|
||||
:content-only:
|
||||
|
|
@ -1,5 +1,6 @@
|
|||
# you need to add here any files you add to the api directory as well
|
||||
sphinx_files += files(
|
||||
'base_dirs_api.rst',
|
||||
'client_api.rst',
|
||||
'component_loader_api.rst',
|
||||
'conf_api.rst',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue