add zlib module to doc index
authorRyan Dahl <ry@tinyclouds.org>
Sat, 1 Oct 2011 00:01:07 +0000 (17:01 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Sat, 1 Oct 2011 00:01:07 +0000 (17:01 -0700)
doc/api/_toc.markdown
doc/api/all.markdown

index 5841966..b5e8d6d 100644 (file)
@@ -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
index 5498d17..37b1a37 100644 (file)
@@ -30,6 +30,7 @@
 @include child_processes
 @include assert
 @include tty
+@include zlib
 @include os
 @include debugger