[Scummvm-cvs-logs] CVS: scummvm/sound audiostream.h,1.37,1.38

Max Horn fingolfin at users.sourceforge.net
Sat Sep 25 16:29:58 CEST 2004


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27405/sound

Modified Files:
	audiostream.h 
Log Message:
Fix doxygen warnings

Index: audiostream.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/audiostream.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- audiostream.h	11 Jul 2004 04:41:48 -0000	1.37
+++ audiostream.h	25 Sep 2004 23:26:46 -0000	1.38
@@ -81,12 +81,12 @@
 	 * Tries to load a file by trying all available formats.
 	 * In case of an error, the file handle will be closed, but deleting
 	 * it is still the responsibilty of the caller.
-	 * @param filename		a filename without an extension
-	 * @param fileHandle	a pointer to an existing File instance
+	 * @param filename	a filename without an extension
+	 * @param path		an (optional) file path which is passed to File::open()
 	 * @return	an Audiostream ready to use in case of success; 
 	 *			NULL in case of an error (e.g. invalid/nonexisting file)
 	 */
-	static AudioStream* openStreamFile(const char* filename, const char* path=NULL);
+	static AudioStream* openStreamFile(const char *filename, const char *path = NULL);
 };
 
 class AppendableAudioStream : public AudioStream {





More information about the Scummvm-git-logs mailing list