Index: sources/configuration/sound.h =================================================================== diff -u -r5194f3afffb28dac90a7ca4153b6a0ca2f239387 -rc7b359e8bd94eeb2d57cc71897511382520d1f0e --- sources/configuration/sound.h (.../sound.h) (revision 5194f3afffb28dac90a7ca4153b6a0ca2f239387) +++ sources/configuration/sound.h (.../sound.h) (revision c7b359e8bd94eeb2d57cc71897511382520d1f0e) @@ -16,11 +16,11 @@ #include namespace Configuration { + /*! - * \brief The sound class - * The Sound class controls the sound volume - * and any other later required sound configuration. - */ + * \brief sound volume and configuration + * \details The sound class The Sound class controls the sound volume and any other later required sound configuration. +*/ class sound : public QObject { Q_OBJECT