refs #320 doxygen

This commit is contained in:
Roland Winklmeier
2014-12-14 00:21:00 +01:00
parent b6869affd5
commit 2fa4a88c22

View File

@@ -23,22 +23,17 @@
namespace BlackCore namespace BlackCore
{ {
/*! //! Vatlib implementation of the IVoice interface.
* Vatlib implementation of the IVoice interface.
*/
class CVoiceVatlib : public IVoice class CVoiceVatlib : public IVoice
{ {
Q_OBJECT Q_OBJECT
public: public:
/*! //! Default constructor
* \brief Constructor
* \param parent
*/
CVoiceVatlib(QObject *parent = nullptr); CVoiceVatlib(QObject *parent = nullptr);
//! \brief Destructor //! Destructor
virtual ~CVoiceVatlib(); virtual ~CVoiceVatlib();
//! \copydoc IVoice::createVoiceChannel() //! \copydoc IVoice::createVoiceChannel()
@@ -61,9 +56,7 @@ namespace BlackCore
protected: // QObject overrides protected: // QObject overrides
/*! //! Process voice lib
* \brief Process voice lib
*/
virtual void timerEvent(QTimerEvent *); virtual void timerEvent(QTimerEvent *);
private: private: