mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Doxygen
This commit is contained in:
@@ -9,11 +9,6 @@
|
||||
* \brief Base and utility classes available in all other projects.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisctest
|
||||
* \brief Tests and samples for namespace BlackMisc.
|
||||
*/
|
||||
|
||||
/*!
|
||||
* \namespace BlackMisc::Aviation
|
||||
* \brief Aviation and Avionics classes such as CHeading or CTransponder .
|
||||
|
||||
@@ -5,8 +5,9 @@ namespace BlackSound
|
||||
{
|
||||
|
||||
/*!
|
||||
* Simplified enums to play sound. Outside BlackSound as this allows
|
||||
* to trigger sounds without using Multimedia libraries.
|
||||
* Simplified enums to play sounds.
|
||||
* \remarks Currently located in project BlackMisc (i.e. outside project BlackSound)
|
||||
* as this allows to trigger sounds without using Multimedia libraries.
|
||||
*/
|
||||
struct CNotificationSounds
|
||||
{
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
#ifndef BLACKMISCTEST_H
|
||||
#define BLACKMISCTEST_H
|
||||
|
||||
/*! \file */
|
||||
|
||||
/*!
|
||||
* @namespace BlackMiscTest
|
||||
* Unit tests for BlackMisc. Unit tests do have their own namespace, so
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#ifndef BLACKMISCTEST_TESTAVIATIONBASE_H
|
||||
#define BLACKMISCTEST_TESTAVIATIONBASE_H
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#ifndef BLACKMISCTEST_TESTCONTAINERS_H
|
||||
#define BLACKMISCTEST_TESTCONTAINERS_H
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/*! \file */
|
||||
|
||||
#ifndef BLACKMISCTEST_TESTGEO_H
|
||||
#define BLACKMISCTEST_TESTGEO_H
|
||||
|
||||
|
||||
Reference in New Issue
Block a user