From 72dc1ae709c704924c47c2ce2047fc113a633806 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 14 Apr 2018 05:05:56 +0300 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'doc/api/addons.md') diff --git a/doc/api/addons.md b/doc/api/addons.md index 16040e8535..3c4c7b39be 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 -- cgit v1.2.3