From f30cba2ba4ebeddd72f82e5740588c80d4e05a0e Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 30 Sep 2011 17:01:07 -0700 Subject: [PATCH] add zlib module to doc index --- doc/api/_toc.markdown | 1 + doc/api/all.markdown | 1 + 2 files changed, 2 insertions(+) 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 -- 2.7.4