Skip to content

Commit ed737dd

Browse files
committed
scoutapm : fix XML by converting para to simpara tags via script
1 parent 27cb550 commit ed737dd

4 files changed

Lines changed: 13 additions & 18 deletions

File tree

reference/scoutapm/book.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
4-
<book xml:id="book.scoutapm" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<book xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="book.scoutapm">
54
<?phpdoc extension-membership="pecl" ?>
65
<title>ScoutAPM</title>
76
<titleabbrev>ScoutAPM</titleabbrev>
87

98
<preface xml:id="intro.scoutapm">
109
&reftitle.intro;
1110
&note.no-windows.extension;
12-
<para>
11+
<simpara>
1312
ScoutAPM's extension for PHP provides additional capabilities to application
1413
monitoring over just using the base PHP userland library.
15-
</para>
14+
</simpara>
1615
</preface>
1716

1817
&reference.scoutapm.setup;
1918
&reference.scoutapm.reference;
2019

2120
</book>
22-
2321
<!-- Keep this comment at the end of the file
2422
Local variables:
2523
mode: sgml

reference/scoutapm/configure.xml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!-- $Revision$ -->
3-
4-
<section xml:id="scoutapm.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
3+
<section xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="scoutapm.installation">
54
&reftitle.install;
65

7-
<para>
6+
<simpara>
87
&pecl.info;
98
<link xlink:href="&url.pecl.package;scoutapm">&url.pecl.package;scoutapm</link>
10-
</para>
11-
12-
13-
</section>
9+
</simpara>
1410

1511

12+
</section>
1613
<!-- Keep this comment at the end of the file
1714
Local variables:
1815
mode: sgml

reference/scoutapm/functions/scoutapm-get-calls.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<type>array</type><methodname>scoutapm_get_calls</methodname>
1313
<void/>
1414
</methodsynopsis>
15-
<para>Returns a list of any instrumented function calls since <function>scoutapm_get_calls</function> was last called. The list is cleared each time the function is called.</para>
15+
<simpara>Returns a list of any instrumented function calls since <function>scoutapm_get_calls</function> was last called. The list is cleared each time the function is called.</simpara>
1616

1717
</refsect1>
1818

@@ -23,10 +23,10 @@
2323

2424
<refsect1 role="returnvalues">
2525
&reftitle.returnvalues;
26-
<para>
26+
<simpara>
2727
<function>scoutapm_get_calls</function> returns an array containing a list
2828
of all recorded calls to instrumented function calls.
29-
</para>
29+
</simpara>
3030
</refsect1>
3131

3232
<refsect1 role="examples">

reference/scoutapm/functions/scoutapm-list-instrumented-functions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<type>array</type><methodname>scoutapm_list_instrumented_functions</methodname>
1313
<void/>
1414
</methodsynopsis>
15-
<para>Returns a list of the functions the extension will instrument.</para>
15+
<simpara>Returns a list of the functions the extension will instrument.</simpara>
1616

1717
</refsect1>
1818

@@ -23,11 +23,11 @@
2323

2424
<refsect1 role="returnvalues">
2525
&reftitle.returnvalues;
26-
<para>
26+
<simpara>
2727
<function>scoutapm_list_instrumented_functions</function> returns an array
2828
containing a list of all functions that the scoutapm extension is able to
2929
instrument in the current installation.
30-
</para>
30+
</simpara>
3131
</refsect1>
3232

3333
<refsect1 role="examples">

0 commit comments

Comments
 (0)