changeset 1063:09c1ef31884f

Reformat comment
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 28 Nov 2010 13:19:57 +0800
parents a8d20bc8ce40
children 292fbb86d8f3
files include/mb_types.h
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/include/mb_types.h	Sun Nov 28 13:18:49 2010 +0800
+++ b/include/mb_types.h	Sun Nov 28 13:19:57 2010 +0800
@@ -33,9 +33,11 @@
  * mb_obj_t should be initialized with mb_obj_init() and destroied with
  * mb_obj_destroy().
  *
- * We have defined a set of convienent API which will wrap the coord_t or shape_t API accoridng to its type.
- * Please refer to http://www.assembla.com/wiki/show/dFrSMOtDer3BZUab7jnrAJ/MBAF_Object for the details. This
- * API is designed for regular programmers which can be used to change some common properties of objects without
+ * We have defined a set of convienent API which will wrap the coord_t
+ * or shape_t API accoridng to its type.  Please refer to
+ * http://www.assembla.com/wiki/show/dFrSMOtDer3BZUab7jnrAJ/MBAF_Object
+ * for the details. This API is designed for regular programmers which
+ * can be used to change some common properties of objects without
  * checking its type.
  */
 struct _mb_obj {