From 20bd7a40e136e9156dca190e1ce199ca5843f982 Mon Sep 17 00:00:00 2001 From: dahall Date: Thu, 14 Jul 2022 21:09:25 -0600 Subject: [PATCH] More XML doc fixes --- PInvoke/Security/AdvApi32/WinNT.RegSvc.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs b/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs index 3b5c79ed..25806e03 100644 --- a/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs +++ b/PInvoke/Security/AdvApi32/WinNT.RegSvc.cs @@ -288,8 +288,8 @@ namespace Vanara.PInvoke } /// - /// Used by the - /// function. + /// Used by the function. /// public enum ServiceErrorControlType : uint { @@ -316,10 +316,10 @@ namespace Vanara.PInvoke } /// - /// Used by the - /// function. + /// Used by the function. /// - ]public enum ServiceStartType : uint + public enum ServiceStartType : uint { /// Makes no change for this setting. SERVICE_NO_CHANGE = 0xFFFFFFFF, @@ -341,10 +341,10 @@ namespace Vanara.PInvoke } /// - /// Used by the - /// function. + /// Used by the function. /// - ][Flags] + [Flags] public enum ServiceTypes : uint { /// Makes no change for this setting.