aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Mba.Core/IEngine.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Mba.Core/IEngine.cs')
-rw-r--r--src/WixToolset.Mba.Core/IEngine.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/WixToolset.Mba.Core/IEngine.cs b/src/WixToolset.Mba.Core/IEngine.cs
index 8403352d..0899ec43 100644
--- a/src/WixToolset.Mba.Core/IEngine.cs
+++ b/src/WixToolset.Mba.Core/IEngine.cs
@@ -6,6 +6,9 @@ namespace WixToolset.Mba.Core
6 using System.ComponentModel; 6 using System.ComponentModel;
7 using System.Security; 7 using System.Security;
8 8
9 /// <summary>
10 /// High level abstraction over the <see cref="IBootstrapperEngine"/> interface.
11 /// </summary>
9 public interface IEngine 12 public interface IEngine
10 { 13 {
11 /// <summary> 14 /// <summary>