Fix doxygen documentation in src, samples and tests

refs #594
This commit is contained in:
Roland Winklmeier
2016-02-12 10:24:43 +01:00
parent bd6f0d0f25
commit 1ea2f34f75
77 changed files with 589 additions and 73 deletions

View File

@@ -7,6 +7,13 @@
* contained in the LICENSE file.
*/
//! \cond PRIVATE_TESTS
/*!
* \file
* \internal
*/
#include "testblackmiscmain.h"
#include "blackmisc/registermetadata.h"
#include <QCoreApplication>
@@ -29,3 +36,5 @@ int main(int argc, char *argv[])
BlackMisc::registerMetadata();
return CBlackMiscTestMain::unitMain(argc, argv);;
}
//! \endcond