diff options
author | Luigi Pinca <luigipinca@gmail.com> | 2017-11-04 09:08:46 +0100 |
---|---|---|
committer | Luigi Pinca <luigipinca@gmail.com> | 2017-11-19 18:10:05 +0100 |
commit | 97ba69f91543f89d389a4f3fef57c5c6c734df34 (patch) | |
tree | 9fa147ba17970292b0fcf5c2f0b8161cd432134d /doc/api/tracing.md | |
parent | 51e0948862f8920c0387f6702843e8fd79f24172 (diff) | |
download | node-new-97ba69f91543f89d389a4f3fef57c5c6c734df34.tar.gz |
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/tracing.md')
-rw-r--r-- | doc/api/tracing.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/api/tracing.md b/doc/api/tracing.md index 53c6dac55d..e03477b1ad 100644 --- a/doc/api/tracing.md +++ b/doc/api/tracing.md @@ -1,5 +1,7 @@ # Tracing +<!--introduced_in=v7.7.0--> + Trace Event provides a mechanism to centralize tracing information generated by V8, Node core, and userspace code. |