mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
doc: escape the use of <pid> and <username> with markdown
Doxygen complains about invalid HTML tags, let's mark them as code.
This commit is contained in:
parent
2b626bc31a
commit
ff7675b142
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ extern "C" {
|
||||||
|
|
||||||
/* core */
|
/* core */
|
||||||
#define PW_KEY_CORE_NAME "core.name" /**< The name of the core. Default is
|
#define PW_KEY_CORE_NAME "core.name" /**< The name of the core. Default is
|
||||||
* pipewire-<user-name>-<pid>, overwritten
|
* `pipewire-<username>-<pid>`, overwritten
|
||||||
* by env(PIPEWIRE_CORE) */
|
* by env(PIPEWIRE_CORE) */
|
||||||
#define PW_KEY_CORE_VERSION "core.version" /**< The version of the core. */
|
#define PW_KEY_CORE_VERSION "core.version" /**< The version of the core. */
|
||||||
#define PW_KEY_CORE_DAEMON "core.daemon" /**< If the core is listening for connections. */
|
#define PW_KEY_CORE_DAEMON "core.daemon" /**< If the core is listening for connections. */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue