# HG changeset patch # User Mike Miller # Date 1471321365 25200 # Node ID 673b59ae60a362b786efcfd2e4e9f01de3fde546 # Parent d3d355dc44adc28e0643c70276e36bd9a6933f71 * Doxyfile: enable JAVADOC_AUTOBRIEF. diff -r d3d355dc44ad -r 673b59ae60a3 Doxyfile --- 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