[DOC-CVS] [doc-en] master: Revert "ev: fix XML to get remove of useless wrapping para tags"
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-01-15T22:40:33Z
Commit: https://github.com/php/doc-en/commit/1a42e4f72e36634c5b23221af2de79eafb20d09c
Raw diff: https://github.com/php/doc-en/commit/1a42e4f72e36634c5b23221af2de79eafb20d09c.diff
Revert "ev: fix XML to get remove of useless wrapping para tags"
The script converted para tags that contain inline tags
This reverts commit d3daf52c896bda14c8eb5dbd80f473a253326723.
Changed paths:
M reference/ev/evcheck/construct.xml
M reference/ev/evcheck/createstopped.xml
M reference/ev/evchild/construct.xml
M reference/ev/evchild/createstopped.xml
M reference/ev/evembed/construct.xml
M reference/ev/evembed/createstopped.xml
M reference/ev/evfork/construct.xml
M reference/ev/evfork/createstopped.xml
M reference/ev/evidle/construct.xml
M reference/ev/evidle/createstopped.xml
M reference/ev/evio/construct.xml
M reference/ev/evio/createstopped.xml
M reference/ev/evperiodic/construct.xml
M reference/ev/evperiodic/createstopped.xml
M reference/ev/evprepare/construct.xml
M reference/ev/evprepare/createstopped.xml
M reference/ev/evsignal/construct.xml
M reference/ev/evsignal/createstopped.xml
M reference/ev/evstat/construct.xml
M reference/ev/evstat/createstopped.xml
M reference/ev/evtimer/construct.xml
M reference/ev/evtimer/createstopped.xml
M reference/ev/watcher-callbacks.xml
Diff:
diff --git a/reference/ev/evcheck/construct.xml b/reference/ev/evcheck/construct.xml
index 1e935589b15e..c76bf7917fd3 100644
--- a/reference/ev/evcheck/construct.xml
+++ b/reference/ev/evcheck/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evcheck.construct">
+<refentry xml:id="evcheck.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvCheck::__construct</refname>
<refpurpose>Constructs the EvCheck watcher object</refpurpose>
@@ -58,7 +58,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evcheck/createstopped.xml b/reference/ev/evcheck/createstopped.xml
index 95334e2f6df7..a627dbc9b398 100644
--- a/reference/ev/evcheck/createstopped.xml
+++ b/reference/ev/evcheck/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evcheck.createstopped">
+<refentry xml:id="evcheck.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvCheck::createStopped</refname>
<refpurpose>Create instance of a stopped EvCheck watcher</refpurpose>
@@ -59,7 +59,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evchild/construct.xml b/reference/ev/evchild/construct.xml
index 13e459749fb6..80e0307dc896 100644
--- a/reference/ev/evchild/construct.xml
+++ b/reference/ev/evchild/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evchild.construct">
+<refentry xml:id="evchild.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvChild::__construct</refname>
<refpurpose>Constructs the EvChild watcher object</refpurpose>
@@ -22,12 +22,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -144,7 +146,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evchild/createstopped.xml b/reference/ev/evchild/createstopped.xml
index 2f8798d69474..9a47021117a4 100644
--- a/reference/ev/evchild/createstopped.xml
+++ b/reference/ev/evchild/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evchild.createstopped">
+<refentry xml:id="evchild.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvChild::createStopped</refname>
<refpurpose>Create instance of a stopped EvCheck watcher</refpurpose>
@@ -91,14 +91,16 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
- <para/>
+ <para></para>
</refsect1>
<refsect1 role="seealso">
&reftitle.seealso;
diff --git a/reference/ev/evembed/construct.xml b/reference/ev/evembed/construct.xml
index 26f3ca47e957..5ffef816fb29 100644
--- a/reference/ev/evembed/construct.xml
+++ b/reference/ev/evembed/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evembed.construct">
+<refentry xml:id="evembed.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvEmbed::__construct</refname>
<refpurpose>Constructs the EvEmbed object</refpurpose>
@@ -35,7 +35,8 @@
</para>
<para>
See
- <link xlink:href="http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_embed_code_when_one_backend_">the
+ <link
+ xlink:href="http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#code_ev_embed_code_when_one_backend_">the
libev documentation</link>
for details.
</para>
@@ -90,7 +91,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evembed/createstopped.xml b/reference/ev/evembed/createstopped.xml
index 95b871651041..cf72f1c3e94a 100644
--- a/reference/ev/evembed/createstopped.xml
+++ b/reference/ev/evembed/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evembed.createstopped">
+<refentry xml:id="evembed.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvEmbed::createStopped</refname>
<refpurpose>Create stopped EvEmbed watcher object</refpurpose>
@@ -76,7 +76,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evfork/construct.xml b/reference/ev/evfork/construct.xml
index 8c440eb57b6b..9766b6b60e43 100644
--- a/reference/ev/evfork/construct.xml
+++ b/reference/ev/evfork/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evfork.construct">
+<refentry xml:id="evfork.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvFork::__construct</refname>
<refpurpose>Constructs the EvFork watcher object</refpurpose>
@@ -14,12 +14,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -58,7 +60,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evfork/createstopped.xml b/reference/ev/evfork/createstopped.xml
index a688aa652a39..a2503d5d3c61 100644
--- a/reference/ev/evfork/createstopped.xml
+++ b/reference/ev/evfork/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evfork.createstopped">
+<refentry xml:id="evfork.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvFork::createStopped</refname>
<refpurpose>Creates a stopped instance of EvFork watcher class</refpurpose>
@@ -61,7 +61,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evidle/construct.xml b/reference/ev/evidle/construct.xml
index 641bd5934035..d47a4d8e2ec0 100644
--- a/reference/ev/evidle/construct.xml
+++ b/reference/ev/evidle/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evidle.construct">
+<refentry xml:id="evidle.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvIdle::__construct</refname>
<refpurpose>Constructs the EvIdle watcher object</refpurpose>
@@ -56,7 +56,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evidle/createstopped.xml b/reference/ev/evidle/createstopped.xml
index 1e97d01bf407..aed2b1c8c5cb 100644
--- a/reference/ev/evidle/createstopped.xml
+++ b/reference/ev/evidle/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evidle.createstopped">
+<refentry xml:id="evidle.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvIdle::createStopped</refname>
<refpurpose>Creates instance of a stopped EvIdle watcher object</refpurpose>
@@ -61,7 +61,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evio/construct.xml b/reference/ev/evio/construct.xml
index 16a71a1e0d6b..d32d7fb701f6 100644
--- a/reference/ev/evio/construct.xml
+++ b/reference/ev/evio/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evio.construct">
+<refentry xml:id="evio.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvIo::__construct</refname>
<refpurpose>Constructs EvIo watcher object</refpurpose>
@@ -90,7 +90,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evio/createstopped.xml b/reference/ev/evio/createstopped.xml
index 2eccb3cd026f..394080a3d542 100644
--- a/reference/ev/evio/createstopped.xml
+++ b/reference/ev/evio/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evio.createstopped">
+<refentry xml:id="evio.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvIo::createStopped</refname>
<refpurpose>Create stopped EvIo watcher object</refpurpose>
@@ -25,12 +25,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -93,7 +95,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evperiodic/construct.xml b/reference/ev/evperiodic/construct.xml
index d867fb610e18..31dd5d56a4ed 100644
--- a/reference/ev/evperiodic/construct.xml
+++ b/reference/ev/evperiodic/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evperiodic.construct">
+<refentry xml:id="evperiodic.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvPeriodic::__construct</refname>
<refpurpose>Constructs EvPeriodic watcher object</refpurpose>
@@ -26,12 +26,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -106,7 +108,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evperiodic/createstopped.xml b/reference/ev/evperiodic/createstopped.xml
index 0c811d1be501..aa4ba3bdeab7 100644
--- a/reference/ev/evperiodic/createstopped.xml
+++ b/reference/ev/evperiodic/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evperiodic.createstopped">
+<refentry xml:id="evperiodic.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvPeriodic::createStopped</refname>
<refpurpose>Create a stopped EvPeriodic watcher</refpurpose>
@@ -29,12 +29,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -109,7 +111,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evprepare/construct.xml b/reference/ev/evprepare/construct.xml
index 274a1d44b38e..1c4107c18b40 100644
--- a/reference/ev/evprepare/construct.xml
+++ b/reference/ev/evprepare/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evprepare.construct">
+<refentry xml:id="evprepare.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvPrepare::__construct</refname>
<refpurpose>Constructs EvPrepare watcher object</refpurpose>
@@ -58,7 +58,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evprepare/createstopped.xml b/reference/ev/evprepare/createstopped.xml
index 4c1e9123fe2b..430a421f4fd0 100644
--- a/reference/ev/evprepare/createstopped.xml
+++ b/reference/ev/evprepare/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evprepare.createstopped">
+<refentry xml:id="evprepare.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvPrepare::createStopped</refname>
<refpurpose>Creates a stopped instance of EvPrepare watcher</refpurpose>
@@ -17,12 +17,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -63,7 +65,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evsignal/construct.xml b/reference/ev/evsignal/construct.xml
index a12ff3660648..ae6c485662c9 100644
--- a/reference/ev/evsignal/construct.xml
+++ b/reference/ev/evsignal/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evsignal.construct">
+<refentry xml:id="evsignal.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvSignal::__construct</refname>
<refpurpose>Constructs EvSignal watcher object</refpurpose>
@@ -18,12 +18,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -79,7 +81,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evsignal/createstopped.xml b/reference/ev/evsignal/createstopped.xml
index 937cb977e7cb..bbd91d52e0fa 100644
--- a/reference/ev/evsignal/createstopped.xml
+++ b/reference/ev/evsignal/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evsignal.createstopped">
+<refentry xml:id="evsignal.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvSignal::createStopped</refname>
<refpurpose>Create stopped EvSignal watcher object</refpurpose>
@@ -21,12 +21,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -81,7 +83,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evstat/construct.xml b/reference/ev/evstat/construct.xml
index 03a018eb3d50..4164eb7f21a8 100644
--- a/reference/ev/evstat/construct.xml
+++ b/reference/ev/evstat/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evstat.construct">
+<refentry xml:id="evstat.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvStat::__construct</refname>
<refpurpose>Constructs EvStat watcher object</refpurpose>
@@ -22,12 +22,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -91,7 +93,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evstat/createstopped.xml b/reference/ev/evstat/createstopped.xml
index 1970af104538..bee117b50baf 100644
--- a/reference/ev/evstat/createstopped.xml
+++ b/reference/ev/evstat/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evstat.createstopped">
+<refentry xml:id="evstat.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvStat::createStopped</refname>
<refpurpose>Create a stopped EvStat watcher object</refpurpose>
@@ -25,12 +25,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -97,7 +99,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evtimer/construct.xml b/reference/ev/evtimer/construct.xml
index 6bd119ab967d..405b1f23194c 100644
--- a/reference/ev/evtimer/construct.xml
+++ b/reference/ev/evtimer/construct.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evtimer.construct">
+<refentry xml:id="evtimer.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvTimer::__construct</refname>
<refpurpose>Constructs an EvTimer watcher object</refpurpose>
@@ -22,12 +22,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -92,7 +94,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/evtimer/createstopped.xml b/reference/ev/evtimer/createstopped.xml
index c73d434695ed..c741f179ddea 100644
--- a/reference/ev/evtimer/createstopped.xml
+++ b/reference/ev/evtimer/createstopped.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="evtimer.createstopped">
+<refentry xml:id="evtimer.createstopped" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>EvTimer::createStopped</refname>
<refpurpose>Creates EvTimer stopped watcher object</refpurpose>
@@ -25,12 +25,14 @@
<type>callable</type>
<parameter>callback</parameter>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>mixed</type>
<parameter>data</parameter>
<initializer>&null;</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>priority</parameter>
<initializer>0</initializer>
@@ -97,7 +99,9 @@
<parameter>priority</parameter>
</term>
<listitem>
- <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ <para>
+ <link linkend="ev.constants.watcher-pri">Watcher priority</link>
+ </para>
</listitem>
</varlistentry>
</variablelist>
diff --git a/reference/ev/watcher-callbacks.xml b/reference/ev/watcher-callbacks.xml
index 7f7400d62f9e..e5ee8cc1a15f 100644
--- a/reference/ev/watcher-callbacks.xml
+++ b/reference/ev/watcher-callbacks.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
-<chapter xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="ev.watcher-callbacks">
+<chapter xml:id="ev.watcher-callbacks" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Watcher callbacks</title>
<para>
All watchers can be active(waiting for events) or inactive(paused). Only
@@ -23,41 +23,45 @@
<methodsynopsis>
<type>void</type>
<methodname>callback</methodname>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>object</type>
<parameter>watcher</parameter>
<initializer>NULL</initializer>
</methodparam>
- <methodparam choice="opt">
+ <methodparam
+ choice="opt">
<type>int</type>
<parameter>revents</parameter>
<initializer>NULL</initializer>
</methodparam>
</methodsynopsis>
- <variablelist>
- <varlistentry>
- <term>
- <parameter>watcher</parameter>
- </term>
- <listitem>
- <para>
- The watcher instance(of a class extending
- <classname>EvWatcher</classname>
- ).
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term>
- <parameter>revents</parameter>
- </term>
- <listitem>
- <para>
- <link linkend="ev.constants.watcher-revents">Watcher received events</link>.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
+ <para>
+ <variablelist>
+ <varlistentry>
+ <term>
+ <parameter>watcher</parameter>
+ </term>
+ <listitem>
+ <para>
+ The watcher instance(of a class extending
+ <classname>EvWatcher</classname>
+ ).
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
+ <parameter>revents</parameter>
+ </term>
+ <listitem>
+ <para>
+ <link linkend="ev.constants.watcher-revents">Watcher received events</link>.
+ </para>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </para>
<para>
Each watcher type has its associated bit in
<parameter>revents</parameter>,