mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
conf: fixup config comments
Use () to mark optional fields to avoid confusion with [] for arrays. Add contition fields where available.
This commit is contained in:
parent
5552ff7fdd
commit
fda829a1fa
7 changed files with 28 additions and 16 deletions
|
|
@ -76,7 +76,10 @@ static int do_cmd(struct impl *impl, const char *cmd, char *args, const char *fl
|
|||
|
||||
/*
|
||||
* pulse.cmd = [
|
||||
* { cmd = <command> [ args = "<arguments>" ] }
|
||||
* { cmd = <command>
|
||||
* ( args = "<arguments>" )
|
||||
* ( flags = [ ( nofail ) ] )
|
||||
* }
|
||||
* ...
|
||||
* ]
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue