From e4e7cd5bd202084b4e6af401a634ca151e82d956 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Tue, 7 Feb 2017 00:08:45 +0200 Subject: [PATCH] doc: synchronize + update _toc.md and all.md PR-URL: https://github.com/nodejs/node/pull/11206 Reviewed-By: Jeremiah Senkpiel Reviewed-By: James M Snell --- doc/api/_toc.md | 1 + doc/api/all.md | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/api/_toc.md b/doc/api/_toc.md index eb248f3b72c90d..a0a3b9cc2651af 100644 --- a/doc/api/_toc.md +++ b/doc/api/_toc.md @@ -36,6 +36,7 @@ * [String Decoder](string_decoder.html) * [Timers](timers.html) * [TLS/SSL](tls.html) +* [Tracing](tracing.html) * [TTY](tty.html) * [UDP/Datagram](dgram.html) * [URL](url.html) diff --git a/doc/api/all.md b/doc/api/all.md index 93c7a300a162e9..f65b24587511a1 100644 --- a/doc/api/all.md +++ b/doc/api/all.md @@ -1,15 +1,15 @@ @include documentation @include synopsis -@include addons @include assert @include buffer +@include addons @include child_process @include cluster @include cli @include console @include crypto @include debugger -@include dgram +@include deprecations @include dns @include domain @include errors @@ -31,7 +31,9 @@ @include string_decoder @include timers @include tls +@include tracing @include tty +@include dgram @include url @include util @include v8