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