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/IIncludedFile.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/WixToolset.Extensibility/Data/IIncludedFile.cs') diff --git a/src/WixToolset.Extensibility/Data/IIncludedFile.cs b/src/WixToolset.Extensibility/Data/IIncludedFile.cs index ac5e604c..e25c9f7e 100644 --- a/src/WixToolset.Extensibility/Data/IIncludedFile.cs +++ b/src/WixToolset.Extensibility/Data/IIncludedFile.cs @@ -4,6 +4,9 @@ namespace WixToolset.Extensibility.Data { using WixToolset.Data; + /// + /// Interface for an included file. + /// public interface IIncludedFile { /// -- cgit v1.2.3-55-g6feb