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

@@ -10,6 +10,8 @@
#ifndef BLACKGUITEST_H
#define BLACKGUITEST_H
//! \cond PRIVATE_TESTS
/*!
* \namespace BlackGuiTest
* Unit tests for BlackGui. Unit tests do have their own namespace, so
@@ -17,4 +19,6 @@
* Add any new tests to TestMain::unitMain as shown there.
*/
//! \endcond
#endif // guard