changeset 338:673b59ae60a3

* Doxyfile: enable JAVADOC_AUTOBRIEF.
author Mike Miller <mtmiller@octave.org>
date Mon, 15 Aug 2016 21:22:45 -0700
parents d3d355dc44ad
children 832ee1f14862
files Doxyfile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Doxyfile	Mon Aug 15 21:53:16 2016 -0700
+++ b/Doxyfile	Mon Aug 15 21:22:45 2016 -0700
@@ -187,7 +187,7 @@
 # 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