From c1e16d15dd07edf9c69c8213336c0d7d6105faad Mon Sep 17 00:00:00 2001 From: Antoine du HAMEL Date: Sun, 6 Sep 2020 23:37:38 +0200 Subject: [PATCH] doc: fix deprecation documentation inconsistencies PR-URL: https://github.com/nodejs/node/pull/35082 Reviewed-By: Rich Trott --- doc/api/domain.md | 1 + doc/api/events.md | 2 +- doc/api/fs.md | 4 ++++ doc/api/punycode.md | 5 +---- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/api/domain.md b/doc/api/domain.md index 109e41f749f1b4..c878ce892ccc64 100644 --- a/doc/api/domain.md +++ b/doc/api/domain.md @@ -1,5 +1,6 @@ # Domain > Stability: 0 - Deprecated: Use [`emitter.listenerCount()`][] instead. diff --git a/doc/api/fs.md b/doc/api/fs.md index 7932426b2983fc..41b635b78afcf7 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2399,6 +2399,8 @@ changes: pr-url: https://github.com/nodejs/node/pull/7897 description: The `callback` parameter is no longer optional. Not passing it will emit a deprecation warning with id DEP0013. + - version: v0.4.7 + description: Documentation-only deprecation. --> * `path` {string|Buffer|URL} @@ -2416,6 +2418,8 @@ changes: - version: v10.6.0 pr-url: https://github.com/nodejs/node/pull/21498 description: This API is no longer deprecated. + - version: v0.4.7 + description: Documentation-only deprecation. --> * `path` {string|Buffer|URL} diff --git a/doc/api/punycode.md b/doc/api/punycode.md index bcdfb9a167fd04..d19d79f8195a78 100644 --- a/doc/api/punycode.md +++ b/doc/api/punycode.md @@ -1,9 +1,6 @@ # Punycode