Skip to content

Commit c8d6011

Browse files
committed
Fixed reference to IsHidden
`IsHidden` was removed from `AttributeDescriptor`. Needed to fix XmlDoc reference to point to `Topic.IsHidden` instead.
1 parent 65c7b9a commit c8d6011

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Ignia.Topics/AttributeDescriptor.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ public string Type {
120120
/// <remarks>
121121
/// When attributes are displayed in the editor, they are grouped by tabs. The tabs are not predetermined, but rather set
122122
/// by individual attributes. If five attributes, for instance, have a display group of "Settings", then a tab will be
123-
/// rendered called "Settings" and will list those five attributes (assuming none are set to <see cref="IsHidden"/>).
123+
/// rendered called "Settings" and will list those five attributes (assuming none are set to <see
124+
/// cref="Topic.IsHidden"/>).
124125
/// </remarks>
125126
/// <requires description="The value from the getter must be specified." exception="T:System.ArgumentNullException">
126127
/// !String.IsNullOrWhiteSpace(value)

0 commit comments

Comments
 (0)