Skip to content

Commit 435885e

Browse files
authored
Add missing parameters section to zlib-get-coding-type.xml (#567)
1 parent 8f5f6a5 commit 435885e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

reference/zlib/functions/zlib-get-coding-type.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<refname>zlib_get_coding_type</refname>
66
<refpurpose>Returns the coding type used for output compression</refpurpose>
77
</refnamediv>
8+
89
<refsect1 role="description">
910
&reftitle.description;
1011
<methodsynopsis>
@@ -15,13 +16,20 @@
1516
Returns the coding type used for output compression.
1617
</para>
1718
</refsect1>
19+
20+
<refsect1 role="parameters">
21+
&reftitle.parameters;
22+
&no.function.parameters;
23+
</refsect1>
24+
1825
<refsect1 role="returnvalues">
1926
&reftitle.returnvalues;
2027
<para>
2128
Possible return values are <literal>gzip</literal>, <literal>deflate</literal>,
2229
or &false;.
2330
</para>
2431
</refsect1>
32+
2533
<refsect1 role="seealso">
2634
&reftitle.seealso;
2735
<para>
@@ -34,6 +42,7 @@
3442
</simplelist>
3543
</para>
3644
</refsect1>
45+
3746
</refentry>
3847
<!-- Keep this comment at the end of the file
3948
Local variables:

0 commit comments

Comments
 (0)