summaryrefslogtreecommitdiff
path: root/doc/api/perf_hooks.md
diff options
context:
space:
mode:
authorLuigi Pinca <luigipinca@gmail.com>2017-11-04 09:08:46 +0100
committerLuigi Pinca <luigipinca@gmail.com>2017-11-19 18:10:05 +0100
commit97ba69f91543f89d389a4f3fef57c5c6c734df34 (patch)
tree9fa147ba17970292b0fcf5c2f0b8161cd432134d /doc/api/perf_hooks.md
parent51e0948862f8920c0387f6702843e8fd79f24172 (diff)
downloadandroid-node-v8-97ba69f91543f89d389a4f3fef57c5c6c734df34.tar.gz
android-node-v8-97ba69f91543f89d389a4f3fef57c5c6c734df34.tar.bz2
android-node-v8-97ba69f91543f89d389a4f3fef57c5c6c734df34.zip
doc: add missing introduced_in comments
Add missing "introduced_in" comments for alternative version links. PR-URL: https://github.com/nodejs/node/pull/16741 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Diffstat (limited to 'doc/api/perf_hooks.md')
-rw-r--r--doc/api/perf_hooks.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md
index 09582cea80..08edafe5b7 100644
--- a/doc/api/perf_hooks.md
+++ b/doc/api/perf_hooks.md
@@ -1,7 +1,6 @@
# Performance Timing API
-<!-- YAML
-added: v8.5.0
--->
+
+<!--introduced_in=v8.5.0-->
> Stability: 1 - Experimental