mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-11 13:30:07 -05:00
doc: use markdown ticks instead of escaped html for readability
This commit is contained in:
parent
923e7c8b59
commit
7c4bfe5a15
1 changed files with 4 additions and 4 deletions
|
|
@ -90,12 +90,12 @@ extern "C" {
|
|||
*
|
||||
* \section sec_logging Logging
|
||||
*
|
||||
* The 'PIPEWIRE_DEBUG' environment variable can be used to enable
|
||||
* The `PIPEWIRE_DEBUG` environment variable can be used to enable
|
||||
* more debugging. The format is:
|
||||
*
|
||||
* <level>[:<category>,...]
|
||||
* `<level>[<category>;...]`
|
||||
*
|
||||
* - <level>: specifies the log level:
|
||||
* - `<level>` specifies the log level:
|
||||
* + `0`: no logging is enabled
|
||||
* + `1`: Error logging is enabled
|
||||
* + `2`: Warnings are enabled
|
||||
|
|
@ -104,7 +104,7 @@ extern "C" {
|
|||
* + `5`: Trace messages are enabled. These messages can be logged
|
||||
* from the realtime threads.
|
||||
*
|
||||
* - <category>: Specifies a string category to enable. Many categories
|
||||
* - `<category>`: Specifies a string category to enable. Many categories
|
||||
* can be separated by commas. Current categories are:
|
||||
* + `connection`: to log connection messages
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue