Skip to content

Commit

Permalink
Use more note tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Oct 15, 2024
1 parent 8d50b64 commit 6ed58df
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions reference/reflection/reflectionproperty/isprivate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&true; if the property is private, &false; otherwise. Note this refers only to the
main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
&true; if the property is private, &false; otherwise.
</para>
<note>
<simpara>
Note this refers only to the main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
</simpara>
</note>
</refsect1>

<refsect1 role="seealso">
Expand Down
8 changes: 6 additions & 2 deletions reference/reflection/reflectionproperty/isprotected.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&true; if the property is protected, &false; otherwise. Note this refers only to the
main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
&true; if the property is protected, &false; otherwise.
</para>
<note>
<simpara>
Note this refers only to the main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
</simpara>
</note>
</refsect1>

<refsect1 role="seealso">
Expand Down
8 changes: 6 additions & 2 deletions reference/reflection/reflectionproperty/ispublic.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&true; if the property is marked public, &false; otherwise. Note this refers only to the
main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
&true; if the property is marked public, &false; otherwise.
</para>
<note>
<simpara>
Note this refers only to the main visibility, and not to a <link linkend="language.oop5.visibility-members-aviz">set-visibility</link>, if specified.
</simpara>
</note>
</refsect1>

<refsect1 role="seealso">
Expand Down

0 comments on commit 6ed58df

Please sign in to comment.