Doxygen: Re-enable JAVADOC_AUTOBRIEF

This commit is contained in:
Timothy Gu 2016-07-31 20:56:23 -07:00
parent 04da20e58f
commit fd2cde0234
1 changed files with 1 additions and 1 deletions

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