doxygen: turn on JAVADOC_AUTOBRIEF

This commit is contained in:
Josh Holtrop 2015-06-15 22:29:51 -04:00
parent 71467a109b
commit 7526e52b7f

View File

@ -177,7 +177,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