Browse Source

tools,doc: add example usage for REPLACEME tag

Ref: https://github.com/nodejs/node/issues/6578
PR-URL: https://github.com/nodejs/node/pull/6864
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
v4.x
Anna Henningsen 9 years ago
committed by Myles Borins
parent
commit
d50f16969d
  1. 9
      tools/doc/README.md

9
tools/doc/README.md

@ -34,6 +34,15 @@ Each type of heading has a description block.
A description of the function.
### module.someNewFunction(x)
<!-- YAML
added: REPLACEME
-->
* `x` {String} the description of the string
This feature is not in a release yet.
### Event: 'blerg'
<!-- YAML
added: v0.10.0

Loading…
Cancel
Save