[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.102,1.103
Max Horn
fingolfin at users.sourceforge.net
Thu May 5 09:00:16 CEST 2005
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30031/sound
Modified Files:
mixer.h
Log Message:
Fixed some doxygen warnings
Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -d -r1.102 -r1.103
--- mixer.h 4 Apr 2005 17:43:00 -0000 1.102
+++ mixer.h 5 May 2005 15:59:23 -0000 1.103
@@ -269,6 +269,7 @@
/**
* 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 @@
/**
* Query the global volume.
*
+ * @param type the sound type
* @return the global music volume, 0-kMaxMixerVolume
*/
int getVolumeForSoundType(SoundType type) const;
More information about the Scummvm-git-logs
mailing list