From 04bb31debfba279a8a480daf07932a5b04c9b46f Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Wed, 27 Apr 2011 11:00:48 -0500 Subject: [PATCH] auto-brief --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 968c646..75dd8e2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -168,7 +168,7 @@ JAVADOC_AUTOBRIEF = NO # will behave just like regular Qt-style comments (thus requiring # an explicit \brief command for a brief description.) -QT_AUTOBRIEF = NO +QT_AUTOBRIEF = YES # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen # treat a multi-line C++ special comment block (i.e. a block of //! or ///