HELP - preCmd
HelpCommand ReferencepreCmd
Description  
Raw formatted text (pre, endpre )
The \pre and \endpre tags enclose a section that is to be formatted as is, complete with all linebreaks etc.

Syntax
\pre
Raw unformatted blok
Of text complete with all newlines
Like this
\endpre


Output

Raw unformatted blok
Of text complete with all newlines
Like this

Notes
  • To provide compatibility with original Doxygen the following alias-pair for the \pre - \endpre commands also works: \verbatim - \endverbatim.
  • See also
  • codeCmd for formatting code.