Mercurial > MadButterfly
changeset 685:7bb126d42282
More doc
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 07 Aug 2010 19:36:10 +0800 |
parents | b346e4699e55 |
children | ddce24029561 |
files | nodejs/README.h |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nodejs/README.h Sat Aug 07 19:36:10 2010 +0800 @@ -0,0 +1,9 @@ +/*! \defgroup xnjsmb MadButterfly JS binding for V8 and nodejs + * + * This implementation of JS binding heavily relies on + * tools/gen_v8_binding.m4, a set of m4 macros. We defines binding in + * nodejs/*.m4 files and generate respective code, nodejs/*-inc.h, + * with macros defined in tools/gen_v8_binding.m4. *-inc.h files are + * included by respective *.cc files they implement functions needed + * by generated code. + */