[Scummvm-cvs-logs] CVS: scummvm/saga transitions.cpp,1.12,1.13

Max Horn fingolfin at users.sourceforge.net
Mon May 9 05:36:26 CEST 2005


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

Modified Files:
	transitions.cpp 
Log Message:
Either document all params or none, anything inbetween causes Doxygen to complain loudly

Index: transitions.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/transitions.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- transitions.cpp	1 Jan 2005 16:18:36 -0000	1.12
+++ transitions.cpp	9 May 2005 12:27:31 -0000	1.13
@@ -26,10 +26,10 @@
 
 namespace Saga {
 
-/*! @brief dissolve one image with another
-
-    @param flags if set to 1, do zero masking
-*/
+/**
+ * Dissolve one image with another.
+ * If flags if set to 1, do zero masking.
+ */
 int SagaEngine::transitionDissolve(byte *dst_img, int dst_w, int dst_h, int dst_p, const byte *src_img,
 						int src_w, int src_h, int src_p, int flags, int x, int y, 
 						double percent) {





More information about the Scummvm-git-logs mailing list