HELP - EscapeSpecialCharsCmd
HelpCommand ReferenceEscapeSpecialCharsCmd
Description  
Escaping special characters ( # $ @ \ } { < > )
Special characters that would otherwise cause DoxyS to change the output format, may be escaped using the backslash character. The following table lists the characters along with the escape syntax:

 Character  Escape command
 #  \#
 $  \$
 @  \@
 &  \&
\ \\
} \}
{ \{
> \>
< \<
*/ \endds_doc


Notes
  • Escaping the '&' (ampersand) charater is only necessary in rare cases like when one wants to write &nbsp; to the output without getting a HTML non_breakable_space.
  • In headlines ( !, !!, !!! ) one should not escape these characters.