[Scummvm-cvs-logs] CVS: scummvm/common util.h,1.28,1.29

Gregory Montoir cyx at users.sourceforge.net
Sat Nov 1 12:46:06 CET 2003


Update of /cvsroot/scummvm/scummvm/common
In directory sc8-pr-cvs1:/tmp/cvs-serv21888/common

Modified Files:
	util.h 
Log Message:
make doxygen happy

Index: util.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/util.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- util.h	17 Oct 2003 18:52:15 -0000	1.28
+++ util.h	1 Nov 2003 20:44:53 -0000	1.29
@@ -44,7 +44,7 @@
  * customizable.
  * @param data	the data to be dumped
  * @param len	the lenght of that data
- * @param bytes_per_line	number of bytes to print per line (default: 16)
+ * @param bytesPerLine	number of bytes to print per line (default: 16)
  */
 extern void hexdump(const byte * data, int len, int bytesPerLine = 16);
 





More information about the Scummvm-git-logs mailing list