comparison Doxyfile @ 338:673b59ae60a3

* Doxyfile: enable JAVADOC_AUTOBRIEF.
author Mike Miller <mtmiller@octave.org>
date Mon, 15 Aug 2016 21:22:45 -0700
parents a7d597726985
children
comparison
equal deleted inserted replaced
337:d3d355dc44ad 338:673b59ae60a3
185 # description. If set to NO, the Javadoc-style will behave just like regular Qt- 185 # description. If set to NO, the Javadoc-style will behave just like regular Qt-
186 # style comments (thus requiring an explicit @brief command for a brief 186 # style comments (thus requiring an explicit @brief command for a brief
187 # description.) 187 # description.)
188 # The default value is: NO. 188 # The default value is: NO.
189 189
190 JAVADOC_AUTOBRIEF = NO 190 JAVADOC_AUTOBRIEF = YES
191 191
192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first 192 # If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
193 # line (until the first dot) of a Qt-style comment as the brief description. If 193 # line (until the first dot) of a Qt-style comment as the brief description. If
194 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus 194 # set to NO, the Qt-style will behave just like regular Qt-style comments (thus
195 # requiring an explicit \brief command for a brief description.) 195 # requiring an explicit \brief command for a brief description.)