mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 02:06:08 +08:00
Fixed Doxygen comments
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
#ifndef BLACKMISC_H
|
||||
#define BLACKMISC_H
|
||||
#ifndef BLACKMISC_NAMESPACES_H
|
||||
#define BLACKMISC_NAMESPACES_H
|
||||
|
||||
// just a dummy header, namespace documentation will go here
|
||||
/*! \file */
|
||||
|
||||
/**
|
||||
* @namespace Aviation
|
||||
* Aviation and Avionics classes such as CHeading or CTransponder
|
||||
/*!
|
||||
* \namespace BlackMisc::Aviation
|
||||
* \brief Aviation and Avionics classes such as CHeading or CTransponder .
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::PhysicalQuantities
|
||||
* \brief Classes for physical quantities and units such as length, mass, speed.
|
||||
*/
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user