mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-07-01 13:14:10 -04:00
docs: escape angle brackets and fix @filename and \ref in doc comments
Escape <portname>, <tensorname>, <paramname>, <port>, <rules> and similar angle-bracket placeholders that doxygen interprets as HTML tags. Also escape @filename (unknown doxygen command) and fix the pw_stream::process() reference in thread-loop.h. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f055949cb5
commit
9710f02837
9 changed files with 15 additions and 15 deletions
|
|
@ -72,7 +72,7 @@
|
|||
* - `sendspin.delay`: the delay to add to clients in seconds. Default 5.0
|
||||
* - `node.always-process = <bool>`: true to send silence even when not connected.
|
||||
* - `stream.props = {}`: properties to be passed to all the stream
|
||||
* - `stream.rules` = <rules>: match rules, use the create-stream action to
|
||||
* - `stream.rules` = \<rules\>: match rules, use the create-stream action to
|
||||
* make a stream for the client.
|
||||
*
|
||||
* ## General options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue