Rod Vagg
d3b06f19cb
doc: cleanup addons code, fix isolate positioning
isolate declaration global and above `using namespace v8`
removed BUILDING_NODE_EXTENSION and tidied up code
12 years ago
Rod Vagg
98aad77f46
doc: cleanup addons docs for 80 char lines
12 years ago
Benjamin Ruston
372911ffc7
doc: addon: fix grammar
12 years ago
Trevor Norris
da4d79ac47
docs: show how to use Isolate
Part of the 3.17 update is to pass the isolate as an argument. The addon
docs have been updated with this usage.
12 years ago
isaacs
bdc7251b64
doc: fix line wrapping in addons.markdown
12 years ago
Rod Vagg
f210710795
doc: NODE_MODULE() to pass full `module` to addons
mainly to allow native addons to export single functions on `exports`
rather than being restricted to operating on an existing `exports`
object.
added link to addons repo in docs
12 years ago
Jeroen Janssen
1fc2c3823c
doc: updated JavaScript casing where relevant
Fixes #3326 .
13 years ago
Zachary Scott
46acb09ed8
docs: rewrite "addons" docs to use node-gyp
Closes #3100 .
Closes #3101 .
13 years ago
isaacs
df5be65415
doc refactor: addons
13 years ago
isaacs
24a2706a3b
doc refactor: addons
13 years ago
Artur Adib
e282c0a081
docs: document common add-on design patterns
13 years ago
Ryan Dahl
d85c85aac1
Change 'real example' in addon doc
13 years ago
Roman Shtylman
1c62e807e1
doc: add note about NODE_MODULE module_name requirement
module_name needs to match the final binary name
13 years ago
Artur Adib
960ccdc72c
docs: clarify addon docs
13 years ago
Ben Noordhuis
26874e2e07
docs: addons: fix example
13 years ago
Ben Noordhuis
004e6fbe1f
docs: addons: fix NODE_SET_METHOD example
13 years ago
Fedor Indutny
178e2ce65f
docs: improve addons, readline, repl documentation
13 years ago
koichik
db6ea10948
Correct some links
14 years ago
Ryan Dahl
45adc907c9
ry/node -> joyent/node
14 years ago
Kai Chen
b2fd88ef7a
correct some inline links in api document
14 years ago
Silas Sewell
11b2ee7632
Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...)
14 years ago
Oleg Efimov
8b980d729c
Fix line wrapping in docs. Add tics for constants in docs text.
14 years ago
Micheil Smith
e190c9616e
Splitting documentation
14 years ago