remove @brief and enable JAVADOC_AUTOBRIEF in doxygen

This commit is contained in:
Thomas Kunze
2019-05-27 20:08:04 +02:00
parent 9cbd9a0760
commit 88f5c4214a
5 changed files with 27 additions and 27 deletions

View File

@@ -187,7 +187,7 @@ SHORT_NAMES = NO
# description.)
# The default value is: NO.
JAVADOC_AUTOBRIEF = NO
JAVADOC_AUTOBRIEF = YES
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If