diff options
Diffstat (limited to 'src/WixToolset.Core/ICompiler.cs')
-rw-r--r-- | src/WixToolset.Core/ICompiler.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.Core/ICompiler.cs b/src/WixToolset.Core/ICompiler.cs index 34a9a94a..0aae579a 100644 --- a/src/WixToolset.Core/ICompiler.cs +++ b/src/WixToolset.Core/ICompiler.cs | |||
@@ -5,7 +5,8 @@ namespace WixToolset.Core | |||
5 | using WixToolset.Data; | 5 | using WixToolset.Data; |
6 | using WixToolset.Extensibility.Data; | 6 | using WixToolset.Extensibility.Data; |
7 | 7 | ||
8 | internal interface ICompiler | 8 | #pragma warning disable 1591 // TODO: add documentation |
9 | public interface ICompiler | ||
9 | { | 10 | { |
10 | Intermediate Compile(ICompileContext context); | 11 | Intermediate Compile(ICompileContext context); |
11 | } | 12 | } |