Skip to content

Commit 7c323ab

Browse files
committed
Use more note tags.
1 parent 04865b4 commit 7c323ab

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

reference/reflection/reflectionproperty/isprivate.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@
2525
<refsect1 role="returnvalues">
2626
&reftitle.returnvalues;
2727
<para>
28-
&true; if the property is private, &false; otherwise. Note this refers only to the
29-
main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
28+
&true; if the property is private, &false; otherwise.
3029
</para>
30+
<note>
31+
<simpara>
32+
Note this refers only to the main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
33+
</simpara>
34+
</note>
3135
</refsect1>
3236

3337
<refsect1 role="seealso">

reference/reflection/reflectionproperty/isprotected.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@
2525
<refsect1 role="returnvalues">
2626
&reftitle.returnvalues;
2727
<para>
28-
&true; if the property is protected, &false; otherwise. Note this refers only to the
29-
main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
28+
&true; if the property is protected, &false; otherwise.
3029
</para>
30+
<note>
31+
<simpara>
32+
Note this refers only to the main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
33+
</simpara>
34+
</note>
3135
</refsect1>
3236

3337
<refsect1 role="seealso">

reference/reflection/reflectionproperty/ispublic.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,13 @@
2525
<refsect1 role="returnvalues">
2626
&reftitle.returnvalues;
2727
<para>
28-
&true; if the property is marked public, &false; otherwise. Note this refers only to the
29-
main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
28+
&true; if the property is marked public, &false; otherwise.
3029
</para>
30+
<note>
31+
<simpara>
32+
Note this refers only to the main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
33+
</simpara>
34+
</note>
3135
</refsect1>
3236

3337
<refsect1 role="seealso">

0 commit comments

Comments
 (0)