diff src/shape_text.c @ 58:1ca417f741f1

-
author Thinker K.F. Li <thinker@branda.to>
date Sun, 10 Aug 2008 21:32:42 +0800
parents d82749f77108
children 9ab15ebc9061
line wrap: on
line diff
--- a/src/shape_text.c	Sun Aug 10 20:25:14 2008 +0800
+++ b/src/shape_text.c	Sun Aug 10 21:32:42 2008 +0800
@@ -109,7 +109,7 @@
     coord_trans_pos(shape->coord, &x, &y);
     r = get_extents(text, &extents);
     if(r != OK)
-	/* TODO: announce error. change return type? */
+	/*! \todo announce error. change return type? */
 	return;
 
     text->d_x = x;