From 72dc1ae709c704924c47c2ce2047fc113a633806 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 14 Apr 2018 05:05:56 +0300 Subject: [PATCH] doc: add missing type=misc top comments PR-URL: https://github.com/nodejs/node/pull/20022 Reviewed-By: Luigi Pinca Reviewed-By: Trivikram Kamat --- doc/api/addons.md | 1 + doc/api/deprecations.md | 1 + doc/api/esm.md | 1 + doc/api/intl.md | 1 + doc/api/n-api.md | 1 + 5 files changed, 5 insertions(+) diff --git a/doc/api/addons.md b/doc/api/addons.md index 16040e85352c77..3c4c7b39bedfeb 100644 --- a/doc/api/addons.md +++ b/doc/api/addons.md @@ -1,6 +1,7 @@ # C++ Addons + Node.js Addons are dynamically-linked shared objects, written in C++, that can be loaded into Node.js using the [`require()`][require] function, and used diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 74ebfda61f9b10..9b52c1c01f6807 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -1,6 +1,7 @@ # Deprecated APIs + Node.js may deprecate APIs when either: (a) use of the API is considered to be unsafe, (b) an improved alternative API has been made available, or (c) diff --git a/doc/api/esm.md b/doc/api/esm.md index ea2cc65f952a88..61e210637f0e53 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -1,6 +1,7 @@ # ECMAScript Modules + > Stability: 1 - Experimental diff --git a/doc/api/intl.md b/doc/api/intl.md index 60a108b4733ca1..9fa4d438faa4c9 100644 --- a/doc/api/intl.md +++ b/doc/api/intl.md @@ -1,6 +1,7 @@ # Internationalization Support + Node.js has many features that make it easier to write internationalized programs. Some of them are: diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 5568130b5ed104..38801cea3f3713 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1,6 +1,7 @@ # N-API + > Stability: 2 - Stable