]> git.alsa-project.org Git - alsa-lib.git/commitdiff
doxygen: escape xml tags
authorborine <32966433+borine@users.noreply.github.com>
Sat, 29 Jul 2023 11:00:11 +0000 (12:00 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 1 Sep 2023 14:11:09 +0000 (16:11 +0200)
From: borine@github
Link: https://github.com/alsa-project/alsa-lib/pull/340
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
include/topology.h
src/ucm/ucm_confdoc.h

index 4c708ef49eec47e3e6b5fde7f26a073230015341..ad7c66de9d458b291df6c29a661d942d94859fec 100644 (file)
@@ -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.
  *
- * </pre>
- *
  *  <h6>Vendor Tokens</h6>
  * 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
index d8948b802c58a47f53c1b6ed940ec19c04cd1124..7a907934ab9158f9792e10dc6947925e385daba3 100644 (file)
@@ -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:<str>}         | Environment variable <str>
-${sys:<str>}         | Contents of sysfs file <str>
-${var:<str>}         | UCM parser variable (set using a _Define_ block)
-${eval:<str>}        | Evaluate expression like *($var+2)/3* [**Syntax 5**]
-${find-card:<str>}   | Find a card - see _Find card substitution_ section
-${find-device:<str>} | Find a device - see _Find device substitution_ section
+${env:\<str\>}         | Environment variable \<str\>
+${sys:\<str\>}         | Contents of sysfs file \<str\>
+${var:\<str\>}         | UCM parser variable (set using a _Define_ block)
+${eval:\<str\>}        | Evaluate expression like *($var+2)/3* [**Syntax 5**]
+${find-card:\<str\>}   | Find a card - see _Find card substitution_ section
+${find-device:\<str\>} | Find a device - see _Find device substitution_ section
 
 #### Special whole string substitution
 
 Substituted string   | Value
 ---------------------|---------------------
-${evali:<str>}       | Evaluate expression like *($var+2)/3* [**Syntax 6**]; target node will be integer; substituted only in the LibraryConfig subtree
+${evali:\<str\>}       | Evaluate expression like *($var+2)/3* [**Syntax 6**]; target node will be integer; substituted only in the LibraryConfig subtree
 
 #### Find card substitution