Skip to content

Commit 3218a79

Browse files
committed
sync: fix XML to remove useless wrapping para tags via script
1 parent 17d859f commit 3218a79

1 file changed

Lines changed: 23 additions & 26 deletions

File tree

reference/sync/syncevent/construct.xml

Lines changed: 23 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: 0da76b0197f60f498c56cc7a57c243b3865ce6b7 Maintainer: fernandowobeto Status: ready --><!-- CREDITS: fernandowobeto -->
3-
4-
<refentry xml:id="syncevent.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
2+
<!-- EN-Revision: 0aba4b20cc0b96b2c7672d246a7d93ea2fff8335 Maintainer: fernandowobeto Status: ready -->
3+
<!-- CREDITS: fernandowobeto -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="syncevent.construct">
55
<refnamediv>
66
<refname>SyncEvent::__construct</refname>
77
<refpurpose>Constrói um novo objeto SyncEvent</refpurpose>
@@ -104,28 +104,26 @@ $event->wait();
104104

105105
<refsect1 role="changelog">
106106
&reftitle.changelog;
107-
<para>
108-
<informaltable>
109-
<tgroup cols="2">
110-
<thead>
111-
<row>
112-
<entry>&Version;</entry>
113-
<entry>&Description;</entry>
114-
</row>
115-
</thead>
116-
<tbody>
117-
<row>
118-
<entry>PECL sync 1.1.0</entry>
119-
<entry>
120-
<para>
121-
Adicionado <parameter>prefire</parameter>.
122-
</para>
123-
</entry>
124-
</row>
125-
</tbody>
126-
</tgroup>
127-
</informaltable>
128-
</para>
107+
<informaltable>
108+
<tgroup cols="2">
109+
<thead>
110+
<row>
111+
<entry>&Version;</entry>
112+
<entry>&Description;</entry>
113+
</row>
114+
</thead>
115+
<tbody>
116+
<row>
117+
<entry>PECL sync 1.1.0</entry>
118+
<entry>
119+
<para>
120+
Adicionado <parameter>prefire</parameter>.
121+
</para>
122+
</entry>
123+
</row>
124+
</tbody>
125+
</tgroup>
126+
</informaltable>
129127
</refsect1>
130128

131129
<refsect1 role="seealso">
@@ -138,7 +136,6 @@ $event->wait();
138136
</refsect1>
139137

140138
</refentry>
141-
142139
<!-- Keep this comment at the end of the file
143140
Local variables:
144141
mode: sgml

0 commit comments

Comments
 (0)