HELP - newlineCmd.page
HelpCommand ReferencenewlineCmd.page
Description Overview Included files Included by Source
/**
\page newlineCmd
!!! Forcing a newline without using a blank line( \n )
To force a newline without having to insert a blank line use $\\n$.
!Syntax
\code
Some text with a line break here\n
next line continues here.
\endcode
!Output
Some text with a line break here\n
next line continues here.
*/