Skip to content

Commit 5c93e0a

Browse files
committed
tools,doc: add example usage for REPLACEME tag
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]>
1 parent 1b0128a commit 5c93e0a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tools/doc/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ Each type of heading has a description block.
3434

3535
A description of the function.
3636

37+
### module.someNewFunction(x)
38+
<!-- YAML
39+
added: REPLACEME
40+
-->
41+
42+
* `x` {String} the description of the string
43+
44+
This feature is not in a release yet.
45+
3746
### Event: 'blerg'
3847
<!-- YAML
3948
added: v0.10.0

0 commit comments

Comments
 (0)