language/predefined/weakmap/getiterator.xml
d27fdfe8f990c14955354176a615e6e8daeb0525
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="weakmap.getiterator" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>WeakMap::getIterator</refname>
...
...
@@ -9,9 +8,9 @@
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
13
-
<modifier>abstract</modifier> <modifier>public</modifier> <type>Traversable</type><methodname>WeakMap::getIterator</methodname>
14
-
<void />
11
+
<methodsynopsis role="WeakMap">
12
+
<modifier>public</modifier> <type>Iterator</type><methodname>WeakMap::getIterator</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns an external iterator.
...
...
@@ -39,7 +38,6 @@
39
38
</refsect1><!-- }}} -->
40
39

41
40
</refentry>
42
-

43
41
<!-- Keep this comment at the end of the file
44
42
Local variables:
45
43
mode: sgml
46
44