language/predefined/iterator/current.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.current" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>Iterator::current</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>mixed</type><methodname>Iterator::current</methodname>
14
-
<void />
11
+
<methodsynopsis role="Iterator">
12
+
<modifier>public</modifier> <type>mixed</type><methodname>Iterator::current</methodname>
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
16
Returns the current element.
...
...
@@ -31,7 +30,6 @@
31
30
</refsect1>
32
31

33
32
</refentry>
34
-

35
33
<!-- Keep this comment at the end of the file
36
34
Local variables:
37
35
mode: sgml
...
...
@@ -52,4 +50,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si
52
50
vim: et tw=78 syn=sgml
53
51
vi: ts=1 sw=1
54
52
-->
55
-

56
53