aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs')
-rw-r--r--src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs6
1 files changed, 3 insertions, 3 deletions
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
52 /// Called at the beginning of the validation of a database file. 52 /// Called at the beginning of the validation of a database file.
53 /// </summary> 53 /// </summary>
54 /// <remarks> 54 /// <remarks>
55 /// <para>The <see cref="Validator"/> will set 55 /// <para>The Validator will set
56 /// <see cref="DatabaseFile"/> before calling InitializeValidator.</para> 56 /// <see cref="DatabaseFile"/> before calling InitializeValidator.</para>
57 /// <para><b>Notes to Inheritors:</b> When overriding 57 /// <para><b>Notes to Inheritors:</b> When overriding
58 /// <b>InitializeValidator</b> in a derived class, be sure to call 58 /// <b>InitializeValidator</b> in a derived class, be sure to call
@@ -83,7 +83,7 @@ namespace WixToolset.Extensibility
83 } 83 }
84 84
85 /// <summary> 85 /// <summary>
86 /// Logs a message from the <see cref="Validator"/>. 86 /// Logs a message from the Validator.
87 /// </summary> 87 /// </summary>
88 /// <param name="message">A <see cref="String"/> of tab-delmited tokens 88 /// <param name="message">A <see cref="String"/> of tab-delmited tokens
89 /// in the validation message.</param> 89 /// in the validation message.</param>
@@ -93,7 +93,7 @@ namespace WixToolset.Extensibility
93 } 93 }
94 94
95 /// <summary> 95 /// <summary>
96 /// Logs a message from the <see cref="Validator"/>. 96 /// Logs a message from the Validator.
97 /// </summary> 97 /// </summary>
98 /// <param name="message">A <see cref="String"/> of tab-delmited tokens 98 /// <param name="message">A <see cref="String"/> of tab-delmited tokens
99 /// in the validation message.</param> 99 /// in the validation message.</param>