From dfa2dada07ce5804d392f6ed0f8ff1503e530ce1 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 1816a694c437a4..b4fa56119bb308 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2403,6 +2403,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} @@ -2420,6 +2422,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