From 7526e52b7fe51974aea66e746c50f54a90e63c2f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 15 Jun 2015 22:29:51 -0400 Subject: [PATCH] doxygen: turn on JAVADOC_AUTOBRIEF --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 6ef9a23..3d4e8f3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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