[Scummvm-cvs-logs] SF.net SVN: scummvm:[41776] scummvm/branches/gsoc2009-draci/engines/draci/ font.cpp

dkasak13 at users.sourceforge.net dkasak13 at users.sourceforge.net
Mon Jun 22 21:32:47 CEST 2009


Revision: 41776
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41776&view=rev
Author:   dkasak13
Date:     2009-06-22 19:32:47 +0000 (Mon, 22 Jun 2009)

Log Message:
-----------
Documentation fix for the Font class.

Modified Paths:
--------------
    scummvm/branches/gsoc2009-draci/engines/draci/font.cpp

Modified: scummvm/branches/gsoc2009-draci/engines/draci/font.cpp
===================================================================
--- scummvm/branches/gsoc2009-draci/engines/draci/font.cpp	2009-06-22 19:31:18 UTC (rev 41775)
+++ scummvm/branches/gsoc2009-draci/engines/draci/font.cpp	2009-06-22 19:32:47 UTC (rev 41776)
@@ -136,7 +136,7 @@
 }
 
 /**
- * @brief Draw a char to a Graphics::Surface
+ * @brief Draw a char to a Draci::Surface
  *
  * @param dst 	Pointer to the destination surface
  * @param chr 	Character to draw
@@ -202,7 +202,7 @@
 }
 
 /**
- * @brief Draw a string to a Graphics::Surface
+ * @brief Draw a string to a Draci::Surface
  *
  * @param dst 		Pointer to the destination surface
  * @param str 		String to draw


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