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/Intermediate.cs | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'src/WixToolset.Data/Intermediate.cs') diff --git a/src/WixToolset.Data/Intermediate.cs b/src/WixToolset.Data/Intermediate.cs index 30a50120..f9d33839 100644 --- a/src/WixToolset.Data/Intermediate.cs +++ b/src/WixToolset.Data/Intermediate.cs @@ -121,7 +121,6 @@ namespace WixToolset.Data /// Loads an intermediate from a WixOutput object. /// /// WixOutput object. - /// ISymbolDefinitionCreator to use when reconstituting the intermediate. /// Suppress checking for wix.dll version mismatches. /// Returns the loaded intermediate. public static Intermediate Load(WixOutput wixOutput, bool suppressVersionCheck = false) @@ -146,7 +145,6 @@ namespace WixToolset.Data /// Loads several intermediates from paths on disk using the same definitions. /// /// Paths to intermediate files saved on disk. - /// Suppress checking for wix.dll version mismatches. /// Returns the loaded intermediates public static IEnumerable Load(IEnumerable intermediateFiles) { @@ -225,9 +223,9 @@ namespace WixToolset.Data } /// - /// Saves an intermediate to a path on disk. + /// Saves an intermediate to a WixOutput. /// - /// Path to save intermediate file to disk. + /// Destination to save. public void Save(WixOutput wixout) { this.SaveEmbedFiles(wixout); @@ -236,10 +234,9 @@ namespace WixToolset.Data } /// - /// Loads an intermediate from a path on disk. + /// Loads an intermediate from a WixOutput. /// - /// Stream to intermediate file. - /// Path name of intermediate file. + /// Source to load from. /// ISymbolDefinitionCreator to use when reconstituting the intermediate. /// Suppress checking for wix.dll version mismatches. /// Returns the loaded intermediate. @@ -254,9 +251,9 @@ namespace WixToolset.Data } /// - /// Loads json form of intermedaite from stream. + /// Loads json form of intermediate. /// - /// Stream to intermediate file. + /// Source to load from. /// Path name of intermediate file. /// Suppress checking for wix.dll version mismatches. /// Returns the loaded json. -- cgit v1.2.3-55-g6feb