aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/qmmp/volumecontrol_p.h8
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