From 8d27ac8bd8eb8ec320714a0bc201b05728da2206 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 18 Dec 2020 17:55:28 -0600 Subject: Enable XML doc. --- src/WixToolset.Data/WindowsInstaller/Field.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Data/WindowsInstaller/Field.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/Field.cs b/src/WixToolset.Data/WindowsInstaller/Field.cs index 84e8d543..e5edd552 100644 --- a/src/WixToolset.Data/WindowsInstaller/Field.cs +++ b/src/WixToolset.Data/WindowsInstaller/Field.cs @@ -64,7 +64,6 @@ namespace WixToolset.Data.WindowsInstaller /// /// Sets the value of a particular field in the row without validating. /// - /// field index. /// Value of a field in the row. /// True if successful, false if validation failed. public bool BestEffortSet(object value) @@ -133,8 +132,9 @@ namespace WixToolset.Data.WindowsInstaller } /// - /// Validate a value for this column. + /// Validate a value for a column. /// + /// The column. /// The value to validate. /// Validated value. internal object ValidateValue(ColumnDefinition column, object value) -- cgit v1.2.3-55-g6feb