Skip to content

Commit d5ca6ca

Browse files
committed
Fix XML docs.
1 parent b05b1f1 commit d5ca6ca

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

NtApiDotNet.Forms/AclViewerControl.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ public void SetAcl(Acl acl, Type access_type, GenericMapping mapping, AccessMask
244244
/// <param name="mapping">Generic mapping for the type.</param>
245245
/// <param name="valid_access">The valid bit mask for access for this type.</param>
246246
/// <param name="is_container">True to indicate this object is a container.</param>
247-
/// <param name="sdk_names">Show the ACEs using SDK style names.</param>
248247
public void SetAcl(Acl acl, Type access_type, GenericMapping mapping, AccessMask valid_access, bool is_container)
249248
{
250249
SetAcl(acl, access_type, mapping, valid_access, is_container, false);
@@ -259,6 +258,9 @@ public void ResetAcl(bool sdk_names)
259258
SetAcl(_acl, _access_type, _mapping, _valid_access, _is_container, sdk_names);
260259
}
261260

261+
/// <summary>
262+
/// Query whether SDK names are being shown in the control.
263+
/// </summary>
262264
public bool ShowSDKName => showSDKNamesToolStripMenuItem.Checked;
263265

264266
/// <summary>

0 commit comments

Comments
 (0)