From d64edaea2926a0755b80743b33909ea63eef855a Mon Sep 17 00:00:00 2001 From: Thulinma Date: Wed, 11 Mar 2015 12:34:40 +0100 Subject: [PATCH] Enabled Doxygen autobrief setting. --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 0fb84b18..798db3d6 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