@@ -596,7 +596,7 @@ Go to the <a href="commands.html">next</a> section or return to the
596596 <docs doxyfile =' 0' documentation =' 0' >
597597<![CDATA[
598598 When you need a literal `{` or `}` or `,` in the value part of an alias you have to
599- escape them by means of a backslash, this can lead to conflicts with the
599+ escape them by means of a backslash (\c \\) , this can lead to conflicts with the
600600 commands \c \\{ and \c \\} for these it is advised to use the version \c @{ and \c @} or
601601 use a double escape (\c \\\\{ and \c \\\\})
602602]]>
@@ -612,7 +612,7 @@ Go to the <a href="commands.html">next</a> section or return to the
612612 <docs doxyfile =' 0' doxywizard =' 0' >
613613<![CDATA[
614614 When you need a literal `{` or `}` or `,` in the value part of an alias you have to
615- escape them by means of a backslash (`\` ), this can lead to conflicts with the
615+ escape them by means of a backslash (\c \\ ), this can lead to conflicts with the
616616 commands \c \\{ and \c \\} for these it is advised to use the version \c @@{ and \c @@} or
617617 use a double escape (\c \\\\{ and \c \\\\})
618618]]>
@@ -3095,7 +3095,7 @@ EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
30953095 <docs >
30963096<![CDATA[
30973097 The \c LATEX_MAKEINDEX_CMD tag can be used to specify the command name to
3098- generate index for \f$\mbox{\LaTeX}\f$. In case there is no backslash (`\` ) as first character it
3098+ generate index for \f$\mbox{\LaTeX}\f$. In case there is no backslash (\c \\ ) as first character it
30993099 will be automatically added in the \f$\mbox{\LaTeX}\f$ code.
31003100
31013101 @note This tag is used in the generated output file (`.tex`).
0 commit comments