[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.56,1.57

Max Horn fingolfin at users.sourceforge.net
Sun Mar 14 18:13:06 CET 2004


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

Modified Files:
	system.h 
Log Message:
fix doxygen-comment mistakes

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -d -r1.56 -r1.57
--- system.h	15 Mar 2004 00:45:32 -0000	1.56
+++ system.h	15 Mar 2004 00:55:43 -0000	1.57
@@ -181,7 +181,7 @@
 	/**
 	 * Switch to the graphics mode with the given name. If 'name' is unknown,
 	 * or if switching to the new mode failed, this method returns false.
-	 * @param mode	the name of the new graphics mode
+	 * @param name	the name of the new graphics mode
 	 * @return true if the switch was successful, false otherwise
 	 * @note This is implemented via the setGraphicsMode(int) method, as well
 	 *       as getSupportedGraphicsModes() and getDefaultGraphicsMode().





More information about the Scummvm-git-logs mailing list