Mercurial > MadButterfly
diff nodejs/observer.cc @ 686:ddce24029561
More doc
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 07 Aug 2010 19:43:17 +0800 |
parents | 799c852b9065 |
children | 32e1b8005403 |
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(); } + +/* @} */