From: Ryan Dahl Date: Sat, 1 Oct 2011 00:01:07 +0000 (-0700) Subject: add zlib module to doc index X-Git-Tag: v0.5.9~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f30cba2ba4ebeddd72f82e5740588c80d4e05a0e;p=platform%2Fupstream%2Fnodejs.git add zlib module to doc index --- diff --git a/doc/api/_toc.markdown b/doc/api/_toc.markdown index 5841966..b5e8d6d 100644 --- a/doc/api/_toc.markdown +++ b/doc/api/_toc.markdown @@ -29,6 +29,7 @@ * [Child Processes](child_processes.html) * [Assertion Testing](assert.html) * [TTY](tty.html) +* [ZLIB](zlib.html) * [OS](os.html) * [Debugger](debugger.html) * Appendixes diff --git a/doc/api/all.markdown b/doc/api/all.markdown index 5498d17..37b1a37 100644 --- a/doc/api/all.markdown +++ b/doc/api/all.markdown @@ -30,6 +30,7 @@ @include child_processes @include assert @include tty +@include zlib @include os @include debugger