Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc, test: add brotli and fix tests
  • Loading branch information
Hackzzila committed May 1, 2018
commit 215408043eabd09874c1b3db55a480b1c361161c
1 change: 1 addition & 0 deletions doc/api/_toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

* [Assertion Testing](assert.html)
* [Async Hooks](async_hooks.html)
* [Brotli](brotli.html)
* [Buffer](buffer.html)
* [C++ Addons](addons.html)
* [C/C++ Addons - N-API](n-api.html)
Expand Down
1 change: 1 addition & 0 deletions doc/api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
@include synopsis
@include assert
@include async_hooks
@include brotli
@include buffer
@include addons
@include n-api
Expand Down
Loading