/** \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. */