From 32526ba69f7ec41402b43af5f6963d9801a0e92e Mon Sep 17 00:00:00 2001 From: Daniel Verkamp Date: Fri, 25 Mar 2016 10:30:15 -0700 Subject: [PATCH] doc: enable Doxygen autobrief This treats the first line of each doc comment as the brief for that function automatically, rather than requiring an explicit \brief tag. Change-Id: Ia264c1611ca4b367aeda2b7500cd60c4b72fb364 Signed-off-by: Daniel Verkamp --- doc/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Doxyfile b/doc/Doxyfile index 5d08d1d860..b81cce8df1 100644 --- a/doc/Doxyfile +++ b/doc/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