Skip to content

Commit

Permalink
tools,doc: add example usage for REPLACEME tag
Browse files Browse the repository at this point in the history
Ref: nodejs#6578
PR-URL: nodejs#6864
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Claudio Rodriguez <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
  • Loading branch information
addaleax committed Jun 5, 2016
1 parent 2cd99eb commit e7f1c00
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e7f1c00

Please sign in to comment.