summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-09-04 22:53:40 -0700
committerRich Trott <rtrott@gmail.com>2019-09-07 07:07:25 -0700
commit210b930c747cc9a2e5f1fde5db999a1de34ac4fd (patch)
tree0935ba619d7a51b45bf3c26ab443c0f1ae5c1e81 /tools
parentef9ecfbcfe8a5b1e8b1c601c48afa065cbdab614 (diff)
downloadandroid-node-v8-210b930c747cc9a2e5f1fde5db999a1de34ac4fd.tar.gz
android-node-v8-210b930c747cc9a2e5f1fde5db999a1de34ac4fd.tar.bz2
android-node-v8-210b930c747cc9a2e5f1fde5db999a1de34ac4fd.zip
doc: prepare markdown files for more stringent blank-line linting
PR-URL: https://github.com/nodejs/node/pull/29447 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/doc/README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/doc/README.md b/tools/doc/README.md
index 8c183b3898..3679c2c23d 100644
--- a/tools/doc/README.md
+++ b/tools/doc/README.md
@@ -100,7 +100,6 @@ added: v0.10.0
This event is emitted on instances of `SomeClass`, not on the module itself.
```
-
* Classes have (description, Properties, Methods, Events).
* Events have (list of listener arguments, description).
* Functions have (list of arguments, returned value if defined, description).