Skip to content

Commit 846f4e1

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: add missing type=misc top comments
PR-URL: #20022 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent f421fb3 commit 846f4e1

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

doc/api/addons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# C++ Addons
22

33
<!--introduced_in=v0.10.0-->
4+
<!-- type=misc -->
45

56
Node.js Addons are dynamically-linked shared objects, written in C++, that
67
can be loaded into Node.js using the [`require()`][require] function, and used

doc/api/deprecations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Deprecated APIs
22

33
<!--introduced_in=v7.7.0-->
4+
<!-- type=misc -->
45

56
Node.js may deprecate APIs when either: (a) use of the API is considered to be
67
unsafe, (b) an improved alternative API has been made available, or (c)

doc/api/esm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# ECMAScript Modules
22

33
<!--introduced_in=v8.5.0-->
4+
<!-- type=misc -->
45

56
> Stability: 1 - Experimental
67

doc/api/intl.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Internationalization Support
22

33
<!--introduced_in=v8.2.0-->
4+
<!-- type=misc -->
45

56
Node.js has many features that make it easier to write internationalized
67
programs. Some of them are:

doc/api/n-api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# N-API
22

33
<!--introduced_in=v7.10.0-->
4+
<!-- type=misc -->
45

56
> Stability: 2 - Stable
67

0 commit comments

Comments
 (0)