From d50f16969de18b59c8bcbac5b4a6a691ed7bf81c Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Thu, 19 May 2016 11:11:51 +0200 Subject: [PATCH] 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 Reviewed-By: Claudio Rodriguez Reviewed-By: Colin Ihrig --- tools/doc/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tools/doc/README.md b/tools/doc/README.md index 22bd053ed1b058..1620d6c25acbc9 100644 --- a/tools/doc/README.md +++ b/tools/doc/README.md @@ -34,6 +34,15 @@ Each type of heading has a description block. A description of the function. + ### module.someNewFunction(x) + + + * `x` {String} the description of the string + + This feature is not in a release yet. + ### Event: 'blerg'