reference/dom/domcharacterdata/appenddata.xml
ccc76b5d82356cedd12227e1d65774df1669b26e
...
...
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<refentry xml:id='domcharacterdata.appenddata' xmlns="http://docbook.org/ns/docbook">
3
+
<refentry xml:id="domcharacterdata.appenddata" xmlns="http://docbook.org/ns/docbook">
4
4
<refnamediv>
5
5
<refname>DOMCharacterData::appendData</refname>
6
6
<refpurpose>
...
...
@@ -9,8 +9,8 @@
9
9
</refnamediv>
10
10
<refsect1 role="description">
11
11
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>public</modifier> <type>void</type><methodname>DOMCharacterData::appendData</methodname>
12
+
<methodsynopsis role="DOMCharacterData">
13
+
<modifier>public</modifier> <type>true</type><methodname>DOMCharacterData::appendData</methodname>
14
14
<methodparam><type>string</type><parameter>data</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
...
...
@@ -35,9 +35,30 @@
35
35
<refsect1 role="returnvalues">
36
36
&reftitle.returnvalues;
37
37
<para>
38
-
&return.void;
38
+
&return.true.always;
39
39
</para>
40
40
</refsect1>
41
+
<refsect1 role="changelog">
42
+
&reftitle.changelog;
43
+
<informaltable>
44
+
<tgroup cols="2">
45
+
<thead>
46
+
<row>
47
+
<entry>&Version;</entry>
48
+
<entry>&Description;</entry>
49
+
</row>
50
+
</thead>
51
+
<tbody>
52
+
<row>
53
+
<entry>8.3.0</entry>
54
+
<entry>
55
+
This function now has a tentative <type>true</type> return type.
56
+
</entry>
57
+
</row>
58
+
</tbody>
59
+
</tgroup>
60
+
</informaltable>
61
+
</refsect1>
41
62
<refsect1 role="seealso">
42
63
&reftitle.seealso;
43
64
<para>
...
...
@@ -50,7 +71,6 @@
50
71
</para>
51
72
</refsect1>
52
73
</refentry>
53
-

54
74
<!-- Keep this comment at the end of the file
55
75
Local variables:
56
76
mode: sgml
57
77