Commit 55abf34b authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

doc: don't use `using namespace v8`

Wholesale importing an entire namespace with `using namespace` is a bad
practice.  Remove it from the addons documentation and replace it with
proper `using` directives.  Wrap code in a namespace while we are here.

PR-URL: https://github.com/iojs/io.js/pull/1125


Reviewed-By: default avatarRod Vagg <rod@vagg.org>
Reviewed-By: default avatarTrevor Norris <trev.norris@gmail.com>
parent c4e1b821
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment