[DOC-CVS] [doc-en] master: lzf: fix XML to remove useless wrapping para tags via script
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias) Date: 2026-01-19T02:58:45Z Commit: https://github.com/php/doc-en/commit/ae16bf5adae2812584c574652ea6646dd197adb2 Raw diff: https://github.com/php/doc-en/commit/ae16bf5adae2812584c574652ea6646dd197adb2.diff lzf: fix XML to remove useless wrapping para tags via script Changed paths: M reference/lzf/functions/lzf-compress.xml M reference/lzf/functions/lzf-decompress.xml Diff: diff --git a/reference/lzf/functions/lzf-compress.xml b/reference/lzf/functions/lzf-compress.xml index f3fae1b814db..e10044aefa30 100644 --- a/reference/lzf/functions/lzf-compress.xml +++ b/reference/lzf/functions/lzf-compress.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --> -<refentry xml:id="function.lzf-compress" xmlns="http://docbook.org/ns/docbook"> +<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lzf-compress"> <refnamediv> <refname>lzf_compress</refname> <refpurpose> @@ -21,18 +21,16 @@ </refsect1> <refsect1 role="parameters"> &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>data</parameter></term> - <listitem> - <para> - The string to compress. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> + <variablelist> + <varlistentry> + <term><parameter>data</parameter></term> + <listitem> + <para> + The string to compress. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> <refsect1 role="returnvalues"> &reftitle.returnvalues; @@ -42,14 +40,11 @@ </refsect1> <refsect1 role="seealso"> &reftitle.seealso; - <para> - <simplelist> - <member><function>lzf_decompress</function></member> - </simplelist> - </para> + <simplelist> + <member><function>lzf_decompress</function></member> + </simplelist> </refsect1> </refentry> - <!-- Keep this comment at the end of the file Local variables: mode: sgml diff --git a/reference/lzf/functions/lzf-decompress.xml b/reference/lzf/functions/lzf-decompress.xml index f8bdc0520291..56f51aa3620a 100644 --- a/reference/lzf/functions/lzf-decompress.xml +++ b/reference/lzf/functions/lzf-decompress.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="utf-8"?> <!-- $Revision$ --> <!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. --> -<refentry xml:id="function.lzf-decompress" xmlns="http://docbook.org/ns/docbook"> +<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.lzf-decompress"> <refnamediv> <refname>lzf_decompress</refname> <refpurpose> @@ -21,18 +21,16 @@ </refsect1> <refsect1 role="parameters"> &reftitle.parameters; - <para> - <variablelist> - <varlistentry> - <term><parameter>data</parameter></term> - <listitem> - <para> - The compressed string. - </para> - </listitem> - </varlistentry> - </variablelist> - </para> + <variablelist> + <varlistentry> + <term><parameter>data</parameter></term> + <listitem> + <para> + The compressed string. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect1> <refsect1 role="returnvalues"> &reftitle.returnvalues; @@ -42,14 +40,11 @@ </refsect1> <refsect1 role="seealso"> &reftitle.seealso; - <para> - <simplelist> - <member><function>lzf_compress</function></member> - </simplelist> - </para> + <simplelist> + <member><function>lzf_compress</function></member> + </simplelist> </refsect1> </refentry> - <!-- Keep this comment at the end of the file Local variables: mode: sgml