From: borine <32966433+borine@users.noreply.github.com> Date: Sat, 29 Jul 2023 11:00:11 +0000 (+0100) Subject: doxygen: escape xml tags X-Git-Tag: v1.2.10~22 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e72c605179c5bbc86cc4c9837c53f498c0dc7c3a;p=alsa-lib.git doxygen: escape xml tags From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela --- diff --git a/include/topology.h b/include/topology.h index 4c708ef4..ad7c66de 100644 --- a/include/topology.h +++ b/include/topology.h @@ -254,8 +254,6 @@ extern "C" { * And data of these sections will be merged in the same order as they are * in the list, as the element's private data for kernel. * - * - * *
Vendor Tokens
* A vendor token list is defined as a new section. Each token element is * a pair of string ID and integer value. And both the ID and value are diff --git a/src/ucm/ucm_confdoc.h b/src/ucm/ucm_confdoc.h index d8948b80..7a907934 100644 --- a/src/ucm/ucm_confdoc.h +++ b/src/ucm/ucm_confdoc.h @@ -397,18 +397,18 @@ ${CardDriver} | ALSA card driver (see snd_ctl_card_info_get_driver()) ${CardName} | ALSA card name (see snd_ctl_card_info_get_name()) ${CardLongName} | ALSA card long name (see snd_ctl_card_info_get_longname()) ${CardComponents} | ALSA card components (see snd_ctl_card_info_get_components()) -${env:} | Environment variable -${sys:} | Contents of sysfs file -${var:} | UCM parser variable (set using a _Define_ block) -${eval:} | Evaluate expression like *($var+2)/3* [**Syntax 5**] -${find-card:} | Find a card - see _Find card substitution_ section -${find-device:} | Find a device - see _Find device substitution_ section +${env:\} | Environment variable \ +${sys:\} | Contents of sysfs file \ +${var:\} | UCM parser variable (set using a _Define_ block) +${eval:\} | Evaluate expression like *($var+2)/3* [**Syntax 5**] +${find-card:\} | Find a card - see _Find card substitution_ section +${find-device:\} | Find a device - see _Find device substitution_ section #### Special whole string substitution Substituted string | Value ---------------------|--------------------- -${evali:} | Evaluate expression like *($var+2)/3* [**Syntax 6**]; target node will be integer; substituted only in the LibraryConfig subtree +${evali:\} | Evaluate expression like *($var+2)/3* [**Syntax 6**]; target node will be integer; substituted only in the LibraryConfig subtree #### Find card substitution