180
180
 
181
181
 
SHORT_NAMES            = NO
182
182
 
183
183
 
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
184
184
 
# first line (until the first dot) of a Javadoc-style comment as the brief
185
185
 
# description. If set to NO, the Javadoc-style will behave just like regular Qt-
186
186
 
# style comments (thus requiring an explicit @brief command for a brief
187
187
 
# description.)
188
188
 
# The default value is: NO.
189
189
 
190
 
-
JAVADOC_AUTOBRIEF      = NO
 
190
+
JAVADOC_AUTOBRIEF      = YES
191
191
 
192
192
 
# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193
193
 
# line (until the first dot) of a Qt-style comment as the brief description. If
194
194
 
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
195
195
 
# requiring an explicit \brief command for a brief description.)
196
196
 
# The default value is: NO.
197
197
 
198
198
 
QT_AUTOBRIEF           = NO
199
199
 
200
200
 
# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a