From 7c051389f54e9da902884c617cb881a052b0c101 Mon Sep 17 00:00:00 2001 From: bernie Date: Mon, 15 May 2006 07:21:06 +0000 Subject: [PATCH] Doxygen fix. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@601 38d2e660-2303-0410-9eaa-f027e97ec537 --- gfx/text.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- 2.34.1