Moved PQs from blackcore to blackmisc, added header for namespace, mainpage.dox for Doxygen

This commit is contained in:
Klaus Basan
2013-03-22 16:07:53 +01:00
parent 969f0c879f
commit 525910c7a3
34 changed files with 237 additions and 112 deletions

14
src/blackmisc/blackmisc.h Normal file
View File

@@ -0,0 +1,14 @@
#ifndef BLACKMISC_H
#define BLACKMISC_H
// just a dummy header, namespace documentation will go here
/**
* @namespace BlackMisc
* BlackMisc is the namespace for generic utility classes. As of its nature
* (containing central classes such as CLogMessage, or CPhysicalQuantity),
* BlackMisc is available in any other compilation unit.
*/
#endif