Skip to content

Commit d368a4c

Browse files
committed
ReflectionAttribute: Link Attribute constants (fix #659)
1 parent da05014 commit d368a4c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

reference/reflection/reflectionattribute/gettarget.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
Gets target of the attribute as bitmask.
1717
</para>
1818

19-
&warn.undocumented.func;
20-
2119
</refsect1>
2220

2321
<refsect1 role="parameters">
@@ -28,8 +26,9 @@
2826
<refsect1 role="returnvalues">
2927
&reftitle.returnvalues;
3028
<para>
31-
<!-- TODO: we should add target constant Attribute::TARGET_METHOD, and so on... -->
32-
Gets target of the attribute as bitmask.
29+
Gets target of the attribute as bitmask of
30+
<link linkend="attribute.constants"><constant>Attribute::TARGET_*</constant>
31+
constants.</link>.
3332
</para>
3433
</refsect1>
3534

0 commit comments

Comments
 (0)