[Scummvm-cvs-logs] CVS: scummvm/sword2/driver render.cpp,1.57,1.58

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


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

Modified Files:
	render.cpp 
Log Message:
fix doxygen-comment mistakes

Index: render.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/render.cpp,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- render.cpp	1 Mar 2004 04:05:10 -0000	1.57
+++ render.cpp	15 Mar 2004 00:55:44 -0000	1.58
@@ -606,8 +606,8 @@
 
 /**
  * This function should be called at the end of the render cycle.
- * @param end the function sets this to true if the render cycle is to be
- * terminated, or false if it should continue
+ * @return true if the render cycle is to be terminated, 
+ *         or false if it should continue
  */
 
 bool Graphics::endRenderCycle(void) {





More information about the Scummvm-git-logs mailing list