From c2fc6b612be166317896030193afedcdb2d8a333 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 16 May 2018 23:29:12 +0200 Subject: [PATCH] Enable MULTILINE_CPP_IS_BRIEF in Doxygen config. --- src/Doxyfile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Doxyfile.in b/src/Doxyfile.in index 91fc01820..0ebf69472 100644 --- a/src/Doxyfile.in +++ b/src/Doxyfile.in @@ -197,7 +197,7 @@ QT_AUTOBRIEF = NO # not recognized any more. # The default value is: NO. -MULTILINE_CPP_IS_BRIEF = NO +MULTILINE_CPP_IS_BRIEF = YES # If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the # documentation from any documented member that it re-implements.