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:
Peter Hutterer 2021-05-20 19:54:43 +10:00
parent 2b626bc31a
commit ff7675b142

View file

@ -70,7 +70,7 @@ extern "C" {
/* core */
#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) */
#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. */