diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 22:04:48 -0600 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 23:58:30 -0600 |
| commit | 0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3 (patch) | |
| tree | 697466ea42c21f6d996cf324eb191f2182300697 /src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | |
| parent | 4e9b8c43ec5870d6aee75a95acd8a0de4ff4c1db (diff) | |
| download | wix-0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3.tar.gz wix-0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3.tar.bz2 wix-0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3.zip | |
Enable XML doc.
Diffstat (limited to 'src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs')
| -rw-r--r-- | src/WixToolset.Core.WindowsInstaller/ValidatorExtension.cs | 6 |
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> |
