diff nodejs/paints.cc @ 684:b346e4699e55

Add more comment for JS binding
author Thinker K.F. Li <thinker@branda.to>
date Sat, 07 Aug 2010 19:33:42 +0800
parents 714cd6470bd9
children da12923a789a
line wrap: on
line diff
--- a/nodejs/paints.cc	Sat Aug 07 18:27:53 2010 +0800
+++ b/nodejs/paints.cc	Sat Aug 07 19:33:42 2010 +0800
@@ -12,6 +12,11 @@
 #define ASSERT(x)
 #endif
 
+/*! \defgroup xnjsmb_paints JS binding for paints
+ * \ingroup xnjsmb
+ *
+ * @{
+ */
 
 /*! \brief Fill a shape with the paint.
  */
@@ -287,3 +292,5 @@
     SET(rt_proto_temp, "paint_color_new", xnjsmb_paint_color_new_temp);
     SET(rt_proto_temp, "paint_image_new", xnjsmb_paint_image_new_temp);
 }
+
+/* @} */