[Scummvm-cvs-logs] SF.net SVN: scummvm:[50293] scummvm/trunk/sound/mididrv.h

athrxx at users.sourceforge.net athrxx at users.sourceforge.net
Sat Jun 26 00:37:19 CEST 2010


Revision: 50293
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50293&view=rev
Author:   athrxx
Date:     2010-06-25 22:37:19 +0000 (Fri, 25 Jun 2010)

Log Message:
-----------
AUDIO: fix comments

Modified Paths:
--------------
    scummvm/trunk/sound/mididrv.h

Modified: scummvm/trunk/sound/mididrv.h
===================================================================
--- scummvm/trunk/sound/mididrv.h	2010-06-25 22:34:53 UTC (rev 50292)
+++ scummvm/trunk/sound/mididrv.h	2010-06-25 22:37:19 UTC (rev 50293)
@@ -111,22 +111,19 @@
 
 	static uint32 musicType2GUIO(uint32 musicType);
 
-	/** Create music driver matching the given device handle, or MT_AUTO if there is no match. */
+	/** Create music driver matching the given device handle, or NULL if there is no match. */
 	static MidiDriver *createMidi(DeviceHandle handle);
 
-	/** Returnd device handle based on the present devices and the flags parameter.
-	/ *	Returns NULl if the matching device is the null or auto device. */
+	/** Returns device handle based on the present devices and the flags parameter. */
 	static DeviceHandle detectDevice(int flags);
 		
-	/**
-	 * Find the music driver matching the given driver name/description.
-	 */
+	/** Find the music driver matching the given driver name/description. */
 	static DeviceHandle getDeviceHandle(const Common::String &identifier);
 
 	/** Get the music type matching the given device handle, or MT_AUTO if there is no match. */
 	static MusicType getMusicType(DeviceHandle handle);
 
-	/** Get the device string matching the given device handle and the given type. */
+	/** Get the device description string matching the given device handle and the given type. */
 	static Common::String getDeviceString(DeviceHandle handle, DeviceStringType type);
 
 private:
@@ -134,7 +131,7 @@
 	// we use this to force getMusicType() to return MT_MT32 so that we don't
 	// have to rely on the 'True Roland MT-32' config manager setting (since nobody
 	// would possibly think about activating 'True Roland MT-32' when he has set
-	// 'Music Driver' to '>default>')
+	// 'Music Driver' to '<default>')
 	static bool _forceTypeMT32;
 
 public:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list