From c1bef47ce2bf49ca129c976a32fc9eb907a09e62 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Wed, 7 Mar 2012 20:16:13 +0000 Subject: fixed api documentation git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2674 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/volumecontrol_p.h | 8 +++++--- 1 file 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 */ 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 */ class SoftwareVolume : public Volume -- cgit v1.2.3-13-gbd6f