More XML doc fixes

pull/328/head
dahall 2022-07-14 21:09:25 -06:00
parent 626991b382
commit 20bd7a40e1
1 changed files with 8 additions and 8 deletions

View File

@ -288,8 +288,8 @@ namespace Vanara.PInvoke
} }
/// <summary> /// <summary>
/// Used by the /// Used by the <see cref="ChangeServiceConfig(SC_HANDLE, ServiceTypes, ServiceStartType, ServiceErrorControlType, string, string,
/// <see cref="ChangeServiceConfig(SC_HANDLE, ServiceTypes, ServiceStartType, ServiceErrorControlType, string, string, IntPtr, string[], string, string, string)"/> function. /// IntPtr, string[], string, string, string)"/> function.
/// </summary> /// </summary>
public enum ServiceErrorControlType : uint public enum ServiceErrorControlType : uint
{ {
@ -316,10 +316,10 @@ namespace Vanara.PInvoke
} }
/// <summary> /// <summary>
/// Used by the /// Used by the <see cref="ChangeServiceConfig(SC_HANDLE, ServiceTypes, ServiceStartType, ServiceErrorControlType, string, string,
/// <see cref="ChangeServiceConfig(SC_HANDLE, ServiceTypes, ServiceStartType, ServiceErrorControlType, string, string, out uint, string[], string, string, string)"/> function. /// out uint, string[], string, string, string)"/> function.
/// </summary> /// </summary>
]public enum ServiceStartType : uint public enum ServiceStartType : uint
{ {
/// <summary>Makes no change for this setting.</summary> /// <summary>Makes no change for this setting.</summary>
SERVICE_NO_CHANGE = 0xFFFFFFFF, SERVICE_NO_CHANGE = 0xFFFFFFFF,
@ -341,10 +341,10 @@ namespace Vanara.PInvoke
} }
/// <summary> /// <summary>
/// Used by the /// Used by the <see cref="ChangeServiceConfig(SC_HANDLE, ServiceTypes, ServiceStartType, ServiceErrorControlType, string, string,
/// <see cref="ChangeServiceConfig(SC_HANDLE, ServiceTypes, ServiceStartType, ServiceErrorControlType, string, string, out uint, string[], string, string, string)"/> function. /// out uint, string[], string, string, string)"/> function.
/// </summary> /// </summary>
][Flags] [Flags]
public enum ServiceTypes : uint public enum ServiceTypes : uint
{ {
/// <summary>Makes no change for this setting.</summary> /// <summary>Makes no change for this setting.</summary>