Doxygen fix.
[bertos.git] / gfx / text.c
index 28dbd8e33c521dba455ef08474d902633ce729df..46e3567dbb326f2435951407ed63621bf995a163 100755 (executable)
@@ -15,6 +15,9 @@
 
 /*#*
  *#* $Log$
+ *#* Revision 1.11  2006/05/15 07:21:06  bernie
+ *#* Doxygen fix.
+ *#*
  *#* Revision 1.10  2006/04/27 05:39:23  bernie
  *#* Enhance text rendering to arbitrary x,y coords.
  *#*
 /**
  * ANSI escape sequences flag: true for ESC state on.
  *
- * \fixme Move to Bitmap.flags.
+ * \todo Move to Bitmap.flags.
  */
 static bool ansi_mode = false;