This commit is contained in:
Klaus Basan
2014-06-10 01:54:07 +02:00
parent 61740fab0a
commit 9ea1fd86ef
6 changed files with 11 additions and 7 deletions

View File

@@ -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 .

View File

@@ -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
{ {

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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