[Doxygen-users] Doxygen creates unnecessary (unwanted) paragraphs.
Brought to you by:
dimitri
|
From: Julian <jul...@we...> - 2016-06-02 10:17:23
|
Oh, I didn't know it places the brief description always in a separate paragraph... This explains a lot. Thanks for pointing this out! Javadoc doesn't do this, or am I wrong there either? Am 02.06.2016 um 11:27 schrieb Christoph Lipka: > Hi Julian, > > you probably have set JAVADOC_AUTOBRIEF=YES; to quote from the manual: > > "If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret > the first line (until the first dot) of a Javadoc-style comment as the > brief description. If set to NO, the Javadoc-style will behave just like > regular Qt-style comments (thus requiring an explicit @brief command for > a brief description.)" > > The brief description is always placed in a separate paragraph. |