From 3077494cb7a861702f86a185229d54a494c28b14 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 8 Jul 2014 22:47:09 +0200 Subject: [PATCH] changed to +MULTILINE_CPP_IS_BRIEF = YES discussion https://dev.vatsim-germany.org/boards/22/topics/1914?r=1930#message-1930 --- docs/Doxyfile.qmake | 2 +- docs/doxygen.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Doxyfile.qmake b/docs/Doxyfile.qmake index f6eefef88..f4c48bd8c 100644 --- a/docs/Doxyfile.qmake +++ b/docs/Doxyfile.qmake @@ -199,7 +199,7 @@ QT_AUTOBRIEF = YES # 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. diff --git a/docs/doxygen.pro b/docs/doxygen.pro index 4e5b939bd..2741b5639 100644 --- a/docs/doxygen.pro +++ b/docs/doxygen.pro @@ -23,3 +23,4 @@ doxy.input = DOXY_INPUT doxy.name = DOXY doxy.output = html/index.html QMAKE_EXTRA_COMPILERS += doxy +OTHER_FILES += Doxyfile.qmake