Skip to content

Commit f0c2526

Browse files
committed
hrtime : fix XML by converting para to simpara tags via script
1 parent a3f96b5 commit f0c2526

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

reference/hrtime/hrtime-stopwatch/isrunning.xml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
<!-- EN-Revision: ee741f884feef2a924f609645f662ee53409d397 Maintainer: mowangjuanzi Status: ready -->
4-
<refentry xml:id="hrtime-stopwatch.isrunning" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<!-- EN-Revision: 3e7e14916c28630bce69e65f539d27bb96a90066 Maintainer: mowangjuanzi Status: ready -->
4+
<refentry xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="hrtime-stopwatch.isrunning">
55
<refnamediv>
66
<refname>HRTime\StopWatch::isRunning</refname>
77
<refpurpose>确认测量是否在运行</refpurpose>
@@ -11,11 +11,11 @@
1111
&reftitle.description;
1212
<methodsynopsis>
1313
<modifier>public</modifier> <type>bool</type><methodname>HRTime\StopWatch::isRunning</methodname>
14-
<void />
14+
<void/>
1515
</methodsynopsis>
16-
<para>
16+
<simpara>
1717
显示测量是否已经开始。
18-
</para>
18+
</simpara>
1919

2020
</refsect1>
2121

@@ -26,14 +26,13 @@
2626

2727
<refsect1 role="returnvalues">
2828
&reftitle.returnvalues;
29-
<para>
30-
返回 &boolean; 表明测量是否在运行。
31-
</para>
29+
<simpara>
30+
返回 &boolean; 表明测量是否在运行。
31+
</simpara>
3232
</refsect1>
3333

3434

3535
</refentry>
36-
3736
<!-- Keep this comment at the end of the file
3837
Local variables:
3938
mode: sgml
@@ -53,4 +52,4 @@ End:
5352
vim600: syn=xml fen fdm=syntax fdl=2 si
5453
vim: et tw=78 syn=sgml
5554
vi: ts=1 sw=1
56-
-->
55+
-->

0 commit comments

Comments
 (0)