From 4d7c9427c18499939122bcc5841ce0914b263e26 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 2527ad84e2e360..345e8e393145fd 100644 --- a/doc/api/_toc.md +++ b/doc/api/_toc.md @@ -35,6 +35,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