comparison include/mb_types.h @ 1063:09c1ef31884f

Reformat comment
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 28 Nov 2010 13:19:57 +0800
parents 36aef79d68e4
children 7b4e80ab671a
comparison
equal deleted inserted replaced
1062:a8d20bc8ce40 1063:09c1ef31884f
31 * object to mb_obj_t and return obj_type. 31 * object to mb_obj_t and return obj_type.
32 * 32 *
33 * mb_obj_t should be initialized with mb_obj_init() and destroied with 33 * mb_obj_t should be initialized with mb_obj_init() and destroied with
34 * mb_obj_destroy(). 34 * mb_obj_destroy().
35 * 35 *
36 * We have defined a set of convienent API which will wrap the coord_t or shape_t API accoridng to its type. 36 * We have defined a set of convienent API which will wrap the coord_t
37 * Please refer to http://www.assembla.com/wiki/show/dFrSMOtDer3BZUab7jnrAJ/MBAF_Object for the details. This 37 * or shape_t API accoridng to its type. Please refer to
38 * API is designed for regular programmers which can be used to change some common properties of objects without 38 * http://www.assembla.com/wiki/show/dFrSMOtDer3BZUab7jnrAJ/MBAF_Object
39 * for the details. This API is designed for regular programmers which
40 * can be used to change some common properties of objects without
39 * checking its type. 41 * checking its type.
40 */ 42 */
41 struct _mb_obj { 43 struct _mb_obj {
42 int obj_type; /*!< \brief Type of a MadButterfly object. */ 44 int obj_type; /*!< \brief Type of a MadButterfly object. */
43 mb_prop_store_t props; /*!< Initialized by rdman. */ 45 mb_prop_store_t props; /*!< Initialized by rdman. */