From cd8d06c0b529abb88e30da052fe14872dd9146ec Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Thu, 26 May 2016 02:31:53 +0200 Subject: [PATCH] Fix doxygen issue noticed on gcc Jenkins build --- src/blackcore/db/databasereaderconfig.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/blackcore/db/databasereaderconfig.cpp b/src/blackcore/db/databasereaderconfig.cpp index 9469d7866..a539576c8 100644 --- a/src/blackcore/db/databasereaderconfig.cpp +++ b/src/blackcore/db/databasereaderconfig.cpp @@ -7,6 +7,9 @@ * contained in the LICENSE file. */ +//! \cond PRIVATE +// without the Doxygen exclusion I get a strange no matching class member found for warning in the gcc build + #include "blackcore/db/databasereaderconfig.h" using namespace BlackMisc; @@ -127,3 +130,5 @@ namespace BlackCore } } // ns } // ns + +//! \endcond