language/predefined/iterator/rewind.xml
460f49a93d103cac99556147cb9325b095ca3d42
...
...
@@ -1,6 +1,5 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="iterator.rewind" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Iterator::rewind</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>void</type><methodname>Iterator::rewind</methodname>
14
-
<void />
11
+
<methodsynopsis role="Iterator">
12
+
<modifier>public</modifier> <type>void</type><methodname>Iterator::rewind</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Rewinds back to the first element of the Iterator.
...
...
@@ -38,7 +37,6 @@
38
37
</refsect1>
39
38

40
39
</refentry>
41
-

42
40
<!-- Keep this comment at the end of the file
43
41
Local variables:
44
42
mode: sgml
...
...
@@ -59,4 +57,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
59
57
vim: et tw=78 syn=sgml
60
58
vi: ts=1 sw=1
61
59
-->
62
-

63
60