doc: suggest fragment file name in example configs

This commit is contained in:
Pauli Virtanen 2024-10-31 21:13:50 +02:00 committed by Wim Taymans
parent 9c19284f7f
commit 5e8a7f434b
3 changed files with 39 additions and 33 deletions

View file

@ -40,6 +40,19 @@
* There are no module-specific options, all arguments are passed to
* \ref page_module_jack_tunnel.
*
* ## Config override
*
* A `module.jackdbus-detect.args` config section can be added
* to override the module arguments.
*
*\code{.unparsed}
* # ~/.config/pipewire/pipewire.conf.d/my-jack-dbus-detect-args.conf
*
* module.jackdbus-detect.args = {
* #tunnel.mode = duplex
* }
*\endcode
*
* ## Example configuration
*\code{.unparsed}
* # ~/.config/pipewire/pipewire.conf.d/my-jack-dbus-detect.conf
@ -61,17 +74,6 @@
* }
* ]
*\endcode
* ## Config override
*
* A `module.jackdbus-detect.args` config section can be added in the override directory
* to override the module arguments.
*
*\code{.unparsed}
* module.jackdbus-detect.args = {
* #tunnel.mode = duplex
* }
*\endcode
*
*/