Skip to content

Commit e54c61a

Browse files
committed
Fixed no args should be in create function description in docs.
1 parent 1e2d773 commit e54c61a

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

doc/mz_zip.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ The _mz_zip_ object allows for the reading and writing of the a zip file and its
7474

7575
Creates a _mz_zip_ instance and returns its pointer.
7676

77-
**Arguments**
78-
|Type|Name|Description|
79-
|-|-|-|
80-
|void **|handle|Pointer to store the _mz_zip_ instance|
81-
8277
**Return**
8378
|Type|Description|
8479
|-|-|

doc/mz_zip_rw.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,11 +1094,6 @@ mz_zip_goto_first_entry(zip_handle);
10941094

10951095
Creates a _mz_zip_reader_ instance and returns its pointer.
10961096

1097-
**Arguments**
1098-
|Type|Name|Description|
1099-
|-|-|-|
1100-
|void **|handle|Pointer to store the _mz_zip_reader_ instance|
1101-
11021097
**Return**
11031098
|Type|Description|
11041099
|-|-|
@@ -1966,11 +1961,6 @@ mz_zip_writer_get_zip_handle(zip_writer, &zip_handle);
19661961

19671962
Creates a _mz_zip_writer_ instance and returns its pointer.
19681963

1969-
**Arguments**
1970-
|Type|Name|Description|
1971-
|-|-|-|
1972-
|void **|handle|Pointer to store the _mz_zip_writer_ instance|
1973-
19741964
**Return**
19751965
|Type|Description|
19761966
|-|-|

0 commit comments

Comments
 (0)