diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 20:09:31 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 23:35:39 -0600 |
| commit | f1b37c3a4d620298f8c646ac0a308a6fae1b662d (patch) | |
| tree | 51712eea98cc2ca090b18d30d93dad88c3f9ac8e /src/WixToolset.Extensibility/Data/IIncludedFile.cs | |
| parent | 8e08acb229ade411b7418df63b14198220aaaaa7 (diff) | |
| download | wix-f1b37c3a4d620298f8c646ac0a308a6fae1b662d.tar.gz wix-f1b37c3a4d620298f8c646ac0a308a6fae1b662d.tar.bz2 wix-f1b37c3a4d620298f8c646ac0a308a6fae1b662d.zip | |
Enable XML doc and delete obsolete IParseHelper methods.
Diffstat (limited to 'src/WixToolset.Extensibility/Data/IIncludedFile.cs')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/IIncludedFile.cs | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 4 | { | 4 | { |
| 5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
| 6 | 6 | ||
| 7 | /// <summary> | ||
| 8 | /// Interface for an included file. | ||
| 9 | /// </summary> | ||
| 7 | public interface IIncludedFile | 10 | public interface IIncludedFile |
| 8 | { | 11 | { |
| 9 | /// <summary> | 12 | /// <summary> |
