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.
*/
/*!
* \namespace BlackMisctest
* \brief Tests and samples for namespace BlackMisc.
*/
/*!
* \namespace BlackMisc::Aviation
* \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
* 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
{