mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
doc: add the documentation infrastructure for pipewire modules
All empty pages for now but at least this makes them show up in the documentation.
This commit is contained in:
parent
9956637ce5
commit
f181232a61
22 changed files with 130 additions and 0 deletions
|
|
@ -1,5 +1,29 @@
|
|||
subdir('spa')
|
||||
|
||||
# The list of "main" source files for modules, the ones that have the
|
||||
# doxygen documentation
|
||||
module_sources = [
|
||||
'module-access.c',
|
||||
'module-adapter.c',
|
||||
'module-client-device.c',
|
||||
'module-client-node.c',
|
||||
'module-echo-cancel.c',
|
||||
'module-filter-chain.c',
|
||||
'module-link-factory.c',
|
||||
'module-loopback.c',
|
||||
'module-metadata.c',
|
||||
'module-portal.c',
|
||||
'module-profiler.c',
|
||||
'module-protocol-native.c',
|
||||
'module-protocol-pulse.c',
|
||||
'module-protocol-simple.c',
|
||||
'module-pulse-tunnel.c',
|
||||
'module-rt.c',
|
||||
'module-rtkit.c',
|
||||
'module-session-manager.c',
|
||||
'module-zeroconf-discover.c',
|
||||
]
|
||||
|
||||
pipewire_module_access = shared_library('pipewire-module-access', [ 'module-access.c' ],
|
||||
include_directories : [configinc, spa_inc],
|
||||
install : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue