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