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/TrackedFileType.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/WixToolset.Extensibility/Data/TrackedFileType.cs') diff --git a/src/WixToolset.Extensibility/Data/TrackedFileType.cs b/src/WixToolset.Extensibility/Data/TrackedFileType.cs index 195d5de9..e7f53842 100644 --- a/src/WixToolset.Extensibility/Data/TrackedFileType.cs +++ b/src/WixToolset.Extensibility/Data/TrackedFileType.cs @@ -1,7 +1,10 @@ -// 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 { + /// + /// Tracked file types. + /// public enum TrackedFileType { /// -- cgit v1.2.3-55-g6feb