Skip to content

Commit d50f169

Browse files
addaleaxMyles Borins
authored and
Myles Borins
committed
tools,doc: add example usage for REPLACEME tag
Ref: #6578 PR-URL: #6864 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Claudio Rodriguez <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
1 parent 9ef6e23 commit d50f169

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)