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:
Wim Taymans 2026-06-26 12:43:56 +02:00
parent f055949cb5
commit 9710f02837
9 changed files with 15 additions and 15 deletions

View file

@ -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