Search code examples
doxygenline-breaksspacing

Doxygen how to avoid line break spacing


How is it possible if I want to force a new line break via <br> or \n in doxygen to avoid the line spacing, e.g. for an address?


Solution

  • Doxygen understands HTML and will insert a line break with <br>. See: http://www.doxygen.nl/manual/htmlcmds.html