pipewire/doc
Wim Taymans 7f4a0ba8cb conf: handle array of arguments in context.exec
We handeled "arg1 arg2 ... " before and used to split between spaces to
get the arguments for execvp but that doesn't work so well when there
are arguments with spaces.

Instead use JSON parsing to get the array of arguments. This make it
possible to use [ arg1 arg2 .. ] and quote each arg separately. You
can still use the old method and even double escape:

"\"arg1\" \"arg2 with spaces\"" or
 [ "arg1" "arg2 with spaces" ]
2024-04-26 17:11:21 +02:00
..
dox conf: handle array of arguments in context.exec 2024-04-26 17:11:21 +02:00
examples tutorial: fix s16 scale and add some docs 2024-02-06 11:38:29 +01:00
custom.css doc: add reference docs + index for config and env variables 2024-02-18 15:08:35 +02:00
Doxyfile.in doc: add reference docs + index for config and env variables 2024-02-18 15:08:35 +02:00
doxygen-awesome.css fix codespell issues 2021-10-07 15:26:18 +00:00
DoxygenLayout.xml doc: disable dot graphs in API docs again 2024-02-19 21:27:17 +02:00
examples.dox.in doc: link examples to Doxygen docs 2021-10-10 00:35:46 +03:00
input-filter-h.sh Use portable shebang in input-filter-h.sh 2024-02-10 20:52:35 +03:00
input-filter-md.py doc: add reference docs + index for config and env variables 2024-02-18 15:08:35 +02:00
input-filter.py doc: make all manpages with Doxygen 2023-11-22 20:10:49 +02:00
man-fixup.py doc: fix workaround for old doxygen versions 2024-04-23 10:59:24 +00:00
meson.build tools: improve error reporting 2024-03-13 12:53:04 +01:00
tree.dox doc: add 'Configuration' page 2024-02-04 10:29:39 +00:00