mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
Moved PQs from blackcore to blackmisc, added header for namespace, mainpage.dox for Doxygen
This commit is contained in:
14
src/blackmisc/blackmisc.h
Normal file
14
src/blackmisc/blackmisc.h
Normal 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
|
||||
Reference in New Issue
Block a user