Skip to content

Commit

Permalink
doc: add missing type=misc top comments
Browse files Browse the repository at this point in the history
PR-URL: #20022
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • Loading branch information
vsemozhetbyt authored and jasnell committed Apr 16, 2018
1 parent f421fb3 commit 846f4e1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/addons.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# C++ Addons

<!--introduced_in=v0.10.0-->
<!-- type=misc -->

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
Expand Down
1 change: 1 addition & 0 deletions doc/api/deprecations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Deprecated APIs

<!--introduced_in=v7.7.0-->
<!-- type=misc -->

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)
Expand Down
1 change: 1 addition & 0 deletions doc/api/esm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ECMAScript Modules

<!--introduced_in=v8.5.0-->
<!-- type=misc -->

> Stability: 1 - Experimental
Expand Down
1 change: 1 addition & 0 deletions doc/api/intl.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Internationalization Support

<!--introduced_in=v8.2.0-->
<!-- type=misc -->

Node.js has many features that make it easier to write internationalized
programs. Some of them are:
Expand Down
1 change: 1 addition & 0 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# N-API

<!--introduced_in=v7.10.0-->
<!-- type=misc -->

> Stability: 2 - Stable

Expand Down

0 comments on commit 846f4e1

Please sign in to comment.