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/WindowsInstallerData.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs') diff --git a/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs b/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs index cc16bca5..8d69cd08 100644 --- a/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs +++ b/src/WixToolset.Data/WindowsInstaller/WindowsInstallerData.cs @@ -70,7 +70,6 @@ namespace WixToolset.Data.WindowsInstaller /// Ensure this output contains a particular table. /// /// Definition of the table that should exist. - /// Optional section to use for the table. If one is not provided, the entry section will be used. /// The table in this output. public Table EnsureTable(TableDefinition tableDefinition) { @@ -98,7 +97,7 @@ namespace WixToolset.Data.WindowsInstaller /// /// Saves an output to an XmlWriter. /// - /// XmlWriter to save to. + /// XmlWriter to save to. public void Save(XmlWriter writer) { writer.WriteStartDocument(); -- cgit v1.2.3-55-g6feb