From f1b37c3a4d620298f8c646ac0a308a6fae1b662d Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 18 Dec 2020 20:09:31 -0600 Subject: Enable XML doc and delete obsolete IParseHelper methods. --- src/WixToolset.Extensibility/Data/ExtensionCommandLineSwitch.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Extensibility/Data/ExtensionCommandLineSwitch.cs') diff --git a/src/WixToolset.Extensibility/Data/ExtensionCommandLineSwitch.cs b/src/WixToolset.Extensibility/Data/ExtensionCommandLineSwitch.cs index d1d8f0c3..14b5dabb 100644 --- a/src/WixToolset.Extensibility/Data/ExtensionCommandLineSwitch.cs +++ b/src/WixToolset.Extensibility/Data/ExtensionCommandLineSwitch.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. namespace WixToolset.Extensibility.Data { @@ -7,8 +7,14 @@ namespace WixToolset.Extensibility.Data /// public struct ExtensionCommandLineSwitch { + /// + /// + /// public string Switch { get; set; } + /// + /// + /// public string Description { get; set; } } } -- cgit v1.2.3-55-g6feb