diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-03-07 20:16:13 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2012-03-07 20:16:13 +0000 |
| commit | c1bef47ce2bf49ca129c976a32fc9eb907a09e62 (patch) | |
| tree | 5db64775bf576595fe327fa278eeec17257f9ce5 | |
| parent | 74afcc2d9356fef5dbd25f4e7aaabb021c0bfc29 (diff) | |
| download | qmmp-c1bef47ce2bf49ca129c976a32fc9eb907a09e62.tar.gz qmmp-c1bef47ce2bf49ca129c976a32fc9eb907a09e62.tar.bz2 qmmp-c1bef47ce2bf49ca129c976a32fc9eb907a09e62.zip | |
fixed api documentation
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2674 90c681e8-e032-0410-971d-27865f9a5e38
| -rw-r--r-- | src/qmmp/volumecontrol_p.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/qmmp/volumecontrol_p.h b/src/qmmp/volumecontrol_p.h index 246d25154..9f3320aad 100644 --- a/src/qmmp/volumecontrol_p.h +++ b/src/qmmp/volumecontrol_p.h @@ -28,7 +28,8 @@ class QTimer; class SoftwareVolume; -/*! @brief The VolumeControl class provides volume control access +/*! @internal + * @brief The VolumeControl class provides volume control access * @author Ilya Kotov <forkotov02@hotmail.ru> */ class VolumeControl : public QObject @@ -74,7 +75,7 @@ public slots: */ void checkVolume(); /*! - * + * Updates volume configuration */ void reload(); @@ -85,7 +86,8 @@ private: QTimer *m_timer; }; -/*! @brief The SoftwareVolume class provides access to the software volume control. +/*! @internal + * @brief The SoftwareVolume class provides access to the software volume control. * @author Ilya Kotov <forkotov02@hotmail.ru> */ class SoftwareVolume : public Volume |
