Mercurial > MadButterfly
diff nodejs/shapes.cc @ 687:da12923a789a
Migrate paints.cc to use gen_v8_binding.m4
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 07 Aug 2010 21:37:57 +0800 |
parents | b346e4699e55 |
children | cadebc13be2f |
line wrap: on
line diff
--- a/nodejs/shapes.cc Sat Aug 07 19:43:17 2010 +0800 +++ b/nodejs/shapes.cc Sat Aug 07 21:37:57 2010 +0800 @@ -80,8 +80,11 @@ #include "shapes-inc.h" -/*! \defgroup xnjsmb_shapes_export Export functions of creating objects. +/*! \defgroup xnjsmb_shapes_wraps Exported wrapper makers for shapes * \ingroup xnjsmb_shapes + * + * These functions are used by methods of mb_rt to wrap shape objects + * as Javascript objects. * * @{ */ @@ -102,11 +105,8 @@ /* @} */ -/*! \defgroup xnjsmb_shapes_wraps Wrap functions for shape objects. +/*! \defgroup xnjsmb_shapes_cons Constructor of shapes * \ingroup xnjsmb_shapes - * - * These functions are used by methods of mb_rt to wrap shape objects - * as Javascript objects. * * @{ */