From 7c4bfe5a1557e6a067a1fd18a9a36dfd52dd79a2 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 21 May 2021 10:17:11 +1000 Subject: [PATCH] doc: use markdown ticks instead of escaped html for readability --- src/pipewire/pipewire.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pipewire/pipewire.h b/src/pipewire/pipewire.h index 1e9271eab..51ac095d9 100644 --- a/src/pipewire/pipewire.h +++ b/src/pipewire/pipewire.h @@ -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>: specifies the log 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 + * - ``: Specifies a string category to enable. Many categories * can be separated by commas. Current categories are: * + `connection`: to log connection messages */