From 2fa4a88c22b200c3608fbe4fd9be97df1a191d30 Mon Sep 17 00:00:00 2001 From: Roland Winklmeier Date: Sun, 14 Dec 2014 00:21:00 +0100 Subject: [PATCH] refs #320 doxygen --- src/blackcore/voice_vatlib.h | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/src/blackcore/voice_vatlib.h b/src/blackcore/voice_vatlib.h index bdc4d3a26..34487db9d 100644 --- a/src/blackcore/voice_vatlib.h +++ b/src/blackcore/voice_vatlib.h @@ -23,22 +23,17 @@ namespace BlackCore { - /*! - * Vatlib implementation of the IVoice interface. - */ + //! Vatlib implementation of the IVoice interface. class CVoiceVatlib : public IVoice { Q_OBJECT public: - /*! - * \brief Constructor - * \param parent - */ + //! Default constructor CVoiceVatlib(QObject *parent = nullptr); - //! \brief Destructor + //! Destructor virtual ~CVoiceVatlib(); //! \copydoc IVoice::createVoiceChannel() @@ -61,9 +56,7 @@ namespace BlackCore protected: // QObject overrides - /*! - * \brief Process voice lib - */ + //! Process voice lib virtual void timerEvent(QTimerEvent *); private: