reference/reflection/reflectionattribute/isrepeated.xml
ec2fe9a592f794978114ef5021db9f1d00c2e05d
...
...
@@ -1,20 +1,19 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-

4
3
<refentry xml:id="reflectionattribute.isrepeated" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
4
<refnamediv>
6
5
<refname>ReflectionAttribute::isRepeated</refname>
7
-
<refpurpose>Returns whether the attribute of this name could occur repeatedly on a code element</refpurpose>
6
+
<refpurpose>Returns whether the attribute of this name has been repeated on a code element</refpurpose>
8
7
</refnamediv>
9
8

10
9
<refsect1 role="description">
11
10
&reftitle.description;
12
-
<methodsynopsis>
11
+
<methodsynopsis role="ReflectionAttribute">
13
12
<modifier>public</modifier> <type>bool</type><methodname>ReflectionAttribute::isRepeated</methodname>
14
-
<void />
13
+
<void/>
15
14
</methodsynopsis>
16
15
<para>
17
-
Returns whether the attribute of this name could occur repeatedly on a code element.
16
+
Returns whether the attribute of this name has been repeated on a code element.
18
17
</para>
19
18

20
19
</refsect1>
...
...
@@ -32,7 +31,6 @@
32
31
</refsect1>
33
32

34
33
</refentry>
35
-

36
34
<!-- Keep this comment at the end of the file
37
35
Local variables:
38
36
mode: sgml
39
37