From 23a9e35c3013e0a8dcb61f79ecc7bd2e222e28fb Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Thu, 21 Jan 2016 12:53:14 +0100 Subject: [PATCH] [Doc] auto brief for //! comments --- Documentation/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Doxyfile.in b/Documentation/Doxyfile.in index 1925e7ba106..01e722908e2 100644 --- a/Documentation/Doxyfile.in +++ b/Documentation/Doxyfile.in @@ -195,7 +195,7 @@ JAVADOC_AUTOBRIEF = YES # requiring an explicit \brief command for a brief description.) # The default value is: NO. -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 /// comments) as -- GitLab