changeset 686:ddce24029561

More doc
author Thinker K.F. Li <thinker@branda.to>
date Sat, 07 Aug 2010 19:43:17 +0800
parents 7bb126d42282
children da12923a789a
files nodejs/observer.cc
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/nodejs/observer.cc	Sat Aug 07 19:36:10 2010 +0800
+++ b/nodejs/observer.cc	Sat Aug 07 19:43:17 2010 +0800
@@ -12,6 +12,12 @@
 
 using namespace v8;
 
+/*! \defgroup xnjsmb_observer JS binding for observer, subject and events
+ * \ingroup xnjsmb
+ *
+ * @{
+ */
+
 struct xnjsmb_observer_data {
     Persistent<Function> func;
 };
@@ -145,3 +151,5 @@
     xnjsmb_auto_subject_init();
     xnjsmb_auto_event_init();
 }
+
+/* @} */