reference/gmp/gmp.xml
5eadfcc2e75b7f75edb1968229e394333276e384
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<phpdoc:classref xml:id="class.gmp" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
5
4

6
5
<title>The GMP class</title>
...
...
@@ -17,7 +16,7 @@
17
16
</para>
18
17
<note>
19
18
<para>
20
-
No object oriented interface is provided to manipulate
19
+
No object-oriented interface is provided to manipulate
21
20
<classname>GMP</classname> objects. Please use the
22
21
<link linkend="book.gmp">procedural GMP API</link>.
23
22
</para>
...
...
@@ -25,23 +24,25 @@
25
24
</section>
26
25

27
26
<section xml:id="gmp.synopsis">
28
-
<classsynopsis>
29
-
<ooclass><classname>GMP</classname></ooclass>
27
+
<classsynopsis class="class">
28
+
<ooclass>
29
+
<classname>GMP</classname>
30
+
</ooclass>
30
31

31
-
<classsynopsisinfo>
32
-
<ooclass>
33
-
<classname>GMP</classname>
34
-
</ooclass>
35
-
<oointerface>
36
-
<interfacename>Serializable</interfacename>
37
-
</oointerface>
38
-
</classsynopsisinfo>
32
+
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
33
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.gmp')/db:refentry/db:refsect1[@role='description']/descendant::db:constructorsynopsis[@role='GMP'])">
34
+
<xi:fallback/>
35
+
</xi:include>
36
+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.gmp')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='GMP'])">
37
+
<xi:fallback/>
38
+
</xi:include>
39
39
</classsynopsis>
40
40
</section>
41
41
</partintro>
42
42

43
-
</phpdoc:classref>
43
+
&reference.gmp.entities.gmp;
44
44

45
+
</phpdoc:classref>
45
46
<!-- Keep this comment at the end of the file
46
47
Local variables:
47
48
mode: sgml
48
49