From: bernie Date: Mon, 15 May 2006 07:21:06 +0000 (+0000) Subject: Doxygen fix. X-Git-Tag: 1.0.0~640 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=7c051389f54e9da902884c617cb881a052b0c101;p=bertos.git Doxygen fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@601 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/gfx/text.c b/gfx/text.c index 28dbd8e3..46e3567d 100755 --- a/gfx/text.c +++ b/gfx/text.c @@ -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. *#* @@ -113,7 +116,7 @@ /** * ANSI escape sequences flag: true for ESC state on. * - * \fixme Move to Bitmap.flags. + * \todo Move to Bitmap.flags. */ static bool ansi_mode = false;