From d00117ec4bdc0b8c79854ba8e9fbd50ecb4acda9 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 5 May 2005 15:59:24 +0000 Subject: Fixed some doxygen warnings svn-id: r17923 --- sound/mixer.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sound') diff --git a/sound/mixer.h b/sound/mixer.h index 39daad86ca..4d9dac8b1b 100644 --- a/sound/mixer.h +++ b/sound/mixer.h @@ -269,6 +269,7 @@ public: /** * Set the volume for the given sound type. * + * @param type the sound type * @param volume the new global volume, 0-kMaxMixerVolume */ void setVolumeForSoundType(SoundType type, int volume); @@ -276,6 +277,7 @@ public: /** * Query the global volume. * + * @param type the sound type * @return the global music volume, 0-kMaxMixerVolume */ int getVolumeForSoundType(SoundType type) const; -- cgit v1.2.3