From: bernie Date: Thu, 21 Oct 2004 10:58:33 +0000 (+0000) Subject: Add a TODO item. X-Git-Tag: 1.0.0~984 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=efe5d7c08692687714086cfd997348968abc7d18;p=bertos.git Add a TODO item. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@257 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/mware/gfx.c b/mware/gfx.c index c4feb832..05c8c82a 100755 --- a/mware/gfx.c +++ b/mware/gfx.c @@ -12,10 +12,15 @@ * \author Stefano Fedrigo * * \brief General pourpose graphics routines + * + * \todo Rename functions to match the coding-standard. */ /*#* *#* $Log$ + *#* Revision 1.9 2004/10/21 10:58:33 bernie + *#* Add a TODO item. + *#* *#* Revision 1.8 2004/09/20 03:29:22 bernie *#* Relax assertion. *#*