Skip to content

Commit 25355bc

Browse files
committed
[DOC] Missing documents
1 parent 5d50b22 commit 25355bc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.document

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
BSDL
2+
COPYING
3+
README.md
4+
ext/zlib/zlib.c

ext/zlib/zlib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1456,6 +1456,7 @@ rb_zstream_finish(VALUE obj)
14561456
* call-seq:
14571457
* flush_next_in -> input
14581458
*
1459+
* Flushes input buffer and returns all data in that buffer.
14591460
*/
14601461
static VALUE
14611462
rb_zstream_flush_next_in(VALUE obj)

0 commit comments

Comments
 (0)