From 6ed58df026f0faf8aef43e3ec76fe56e8eafeae8 Mon Sep 17 00:00:00 2001 From: Larry Garfield Date: Mon, 14 Oct 2024 19:30:10 -0500 Subject: [PATCH] Use more note tags. --- reference/reflection/reflectionproperty/isprivate.xml | 8 ++++++-- reference/reflection/reflectionproperty/isprotected.xml | 8 ++++++-- reference/reflection/reflectionproperty/ispublic.xml | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/reference/reflection/reflectionproperty/isprivate.xml b/reference/reflection/reflectionproperty/isprivate.xml index dcf06a6060abf..f572012bad2d7 100644 --- a/reference/reflection/reflectionproperty/isprivate.xml +++ b/reference/reflection/reflectionproperty/isprivate.xml @@ -25,9 +25,13 @@ &reftitle.returnvalues; - &true; if the property is private, &false; otherwise. Note this refers only to the - main visibility, and not to a set-visibility, if specified. + &true; if the property is private, &false; otherwise. + + + Note this refers only to the main visibility, and not to a set-visibility, if specified. + + diff --git a/reference/reflection/reflectionproperty/isprotected.xml b/reference/reflection/reflectionproperty/isprotected.xml index 704ef81314b01..c657791f5d3c9 100644 --- a/reference/reflection/reflectionproperty/isprotected.xml +++ b/reference/reflection/reflectionproperty/isprotected.xml @@ -25,9 +25,13 @@ &reftitle.returnvalues; - &true; if the property is protected, &false; otherwise. Note this refers only to the - main visibility, and not to a set-visibility, if specified. + &true; if the property is protected, &false; otherwise. + + + Note this refers only to the main visibility, and not to a set-visibility, if specified. + + diff --git a/reference/reflection/reflectionproperty/ispublic.xml b/reference/reflection/reflectionproperty/ispublic.xml index c7c3446a3db92..85221d0f0f0f9 100644 --- a/reference/reflection/reflectionproperty/ispublic.xml +++ b/reference/reflection/reflectionproperty/ispublic.xml @@ -25,9 +25,13 @@ &reftitle.returnvalues; - &true; if the property is marked public, &false; otherwise. Note this refers only to the - main visibility, and not to a set-visibility, if specified. + &true; if the property is marked public, &false; otherwise. + + + Note this refers only to the main visibility, and not to a set-visibility, if specified. + +