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