[Scummvm-cvs-logs] CVS: scummvm/scumm music.h,2.8,2.9

Max Horn fingolfin at users.sourceforge.net
Fri Oct 3 06:50:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv18627/scumm

Modified Files:
	music.h 
Log Message:
fix another doxygen warning

Index: music.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/music.h,v
retrieving revision 2.8
retrieving revision 2.9
diff -u -d -r2.8 -r2.9
--- music.h	3 Oct 2003 01:15:31 -0000	2.8
+++ music.h	3 Oct 2003 13:49:06 -0000	2.9
@@ -42,19 +42,19 @@
 
 	/**
 	 * Set the output volume.
-	 * @param the new output volume
+	 * @param vol		the new output volume
 	 */
 	virtual void setMasterVolume(int vol) = 0;
 
 	/**
 	 * Start playing the sound with the given id.
-	 * @param sound	the sound to start
+	 * @param sound		the sound to start
 	 */
 	virtual void startSound(int sound) = 0;
 
 	/**
 	 * Stop playing the sound with the given id.
-	 * @param sound	the sound to stop
+	 * @param sound		the sound to stop
 	 */
 	virtual void stopSound(int sound) = 0;
 
@@ -66,7 +66,7 @@
 	/**
 	 * Query the status of the sound with the given id. Usually this is just
 	 * a boolean telling us whether the sound is playing or not.
-	 * @param sound	the sound to for which we want the status
+	 * @param sound		the sound to for which we want the status
 	 * @return the status of the specified sound
 	 */
 	virtual int  getSoundStatus(int sound) const = 0;





More information about the Scummvm-git-logs mailing list