From bde066b9202b7e5f94266b88a7d25493d3f1216e Mon Sep 17 00:00:00 2001 From: Ran Benita Date: Thu, 11 Oct 2012 18:13:56 +0200 Subject: doc: use JAVADOC_AUTOBRIEF Don't have to type @brief all the time. Signed-off-by: Ran Benita --- doc/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 97d0d46..0521467 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -153,7 +153,7 @@ SHORT_NAMES = NO # comments will behave just like regular Qt-style comments # (thus requiring an explicit @brief command for a brief description.) -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 -- cgit v1.2.3