mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
doxygen: escape xml tags
From: borine@github Link: https://github.com/alsa-project/alsa-lib/pull/340 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
df0feab38f
commit
e72c605179
2 changed files with 7 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue