Documentation Updates

This commit is contained in:
jasker5183 2022-05-08 17:06:28 +00:00 committed by Wim Taymans
parent 8afe5fe0f0
commit c71db353f1
27 changed files with 513 additions and 498 deletions

View file

@ -1,6 +1,4 @@
/**
\page page_pipewire_modules PipeWire Modules
/** \page page_pipewire_modules PipeWire Modules
A PipeWire module is effectively a PipeWire client in an `.so` file that
shares the \ref pw_context with the loading entity. Usually modules are
@ -28,7 +26,7 @@ context.modules = [
...
]
```
And the matching libraries are:
The matching libraries are:
```
$ ls -1 /usr/lib64/pipewire-0.3/libpipewire-module*
...
@ -49,7 +47,6 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args).`
See the \ref page_module_example_sink and \ref page_module_example_source
modules for a general oveview of how modules look like.
List of known modules:
- \subpage page_module_access
@ -79,5 +76,4 @@ List of known modules:
- \subpage page_module_x11_bell
- \subpage page_module_zeroconf_discover
*/