Fixed no args should be in create function description in docs.

This commit is contained in:
Nathan Moinvaziri 2023-05-17 16:12:16 -07:00
parent 1e2d77345a
commit e54c61a99b
2 changed files with 0 additions and 15 deletions

View File

@ -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|
|-|-|

View File

@ -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|
|-|-|