Browse Source

add zlib module to doc index

v0.7.4-release
Ryan Dahl 13 years ago
parent
commit
f30cba2ba4
  1. 1
      doc/api/_toc.markdown
  2. 1
      doc/api/all.markdown

1
doc/api/_toc.markdown

@ -29,6 +29,7 @@
* [Child Processes](child_processes.html) * [Child Processes](child_processes.html)
* [Assertion Testing](assert.html) * [Assertion Testing](assert.html)
* [TTY](tty.html) * [TTY](tty.html)
* [ZLIB](zlib.html)
* [OS](os.html) * [OS](os.html)
* [Debugger](debugger.html) * [Debugger](debugger.html)
* Appendixes * Appendixes

1
doc/api/all.markdown

@ -30,6 +30,7 @@
@include child_processes @include child_processes
@include assert @include assert
@include tty @include tty
@include zlib
@include os @include os
@include debugger @include debugger

Loading…
Cancel
Save