From 0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 18 Dec 2020 22:04:48 -0600 Subject: Enable XML doc. --- src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs') diff --git a/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs b/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs index 5ce04147..968ab387 100644 --- a/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs +++ b/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs @@ -52,7 +52,7 @@ namespace WixToolset.Extensibility /// Called at the beginning of the validation of a database file. /// /// - /// The will set + /// The Validator will set /// before calling InitializeValidator. /// Notes to Inheritors: When overriding /// InitializeValidator in a derived class, be sure to call @@ -83,7 +83,7 @@ namespace WixToolset.Extensibility } /// - /// Logs a message from the . + /// Logs a message from the Validator. /// /// A of tab-delmited tokens /// in the validation message. @@ -93,7 +93,7 @@ namespace WixToolset.Extensibility } /// - /// Logs a message from the . + /// Logs a message from the Validator. /// /// A of tab-delmited tokens /// in the validation message. -- cgit v1.2.3-55-g6feb