doc: use markdown ticks instead of escaped html for readability

This commit is contained in:
Peter Hutterer 2021-05-21 10:17:11 +10:00
parent 923e7c8b59
commit 7c4bfe5a15

View file

@ -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>;...]`
*
* - &lt;level&gt;: 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.
*
* - &lt;category&gt;: 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
*/