Mercurial > MadButterfly
diff src/shape_path.c @ 58:1ca417f741f1
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 10 Aug 2008 21:32:42 +0800 |
parents | 07c523c799f4 |
children | 9ab15ebc9061 |
line wrap: on
line diff
--- a/src/shape_path.c Sun Aug 10 20:25:14 2008 +0800 +++ b/src/shape_path.c Sun Aug 10 21:32:42 2008 +0800 @@ -323,7 +323,7 @@ case 'H': case 'v': case 'V': - /* TODO: implement h, H, v, V comamnds for path. */ + /*! \todo implement h, H, v, V comamnds for path. */ return ERR; case 'z': case 'Z': @@ -387,7 +387,7 @@ /*! \brief Transform a path from user space to device space. * - * TODO: associate coord_t with shape objects and transform them + * \todo associate coord_t with shape objects and transform them * automatically. */ void sh_path_transform(shape_t *shape) {