Fix doxygen issue noticed on gcc Jenkins build

This commit is contained in:
Klaus Basan
2016-05-26 02:31:53 +02:00
parent 97742f4a87
commit cd8d06c0b5

View File

@@ -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