mirror of
https://github.com/zlib-ng/minizip-ng
synced 2025-03-28 21:13:18 +00:00
Fixed no args should be in create function description in docs.
This commit is contained in:
parent
1e2d77345a
commit
e54c61a99b
@ -74,11 +74,6 @@ The _mz_zip_ object allows for the reading and writing of the a zip file and its
|
||||
|
||||
Creates a _mz_zip_ instance and returns its pointer.
|
||||
|
||||
**Arguments**
|
||||
|Type|Name|Description|
|
||||
|-|-|-|
|
||||
|void **|handle|Pointer to store the _mz_zip_ instance|
|
||||
|
||||
**Return**
|
||||
|Type|Description|
|
||||
|-|-|
|
||||
|
@ -1094,11 +1094,6 @@ mz_zip_goto_first_entry(zip_handle);
|
||||
|
||||
Creates a _mz_zip_reader_ instance and returns its pointer.
|
||||
|
||||
**Arguments**
|
||||
|Type|Name|Description|
|
||||
|-|-|-|
|
||||
|void **|handle|Pointer to store the _mz_zip_reader_ instance|
|
||||
|
||||
**Return**
|
||||
|Type|Description|
|
||||
|-|-|
|
||||
@ -1966,11 +1961,6 @@ mz_zip_writer_get_zip_handle(zip_writer, &zip_handle);
|
||||
|
||||
Creates a _mz_zip_writer_ instance and returns its pointer.
|
||||
|
||||
**Arguments**
|
||||
|Type|Name|Description|
|
||||
|-|-|-|
|
||||
|void **|handle|Pointer to store the _mz_zip_writer_ instance|
|
||||
|
||||
**Return**
|
||||
|Type|Description|
|
||||
|-|-|
|
||||
|
Loading…
x
Reference in New Issue
Block a user