diff options
author | Rob Mensching <rob@firegiant.com> | 2020-02-05 15:52:18 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2020-02-05 15:52:18 -0800 |
commit | d7c3d9f9dd644a6348d28b80f41a87ee8a0b497c (patch) | |
tree | 420f62395010f622284ef88dbc954319c22df1a7 /src/WixToolset.Extensibility/Services/IBackendHelper.cs | |
parent | b5ef4ae0ec4eadd032a48c7ef84c0348e46eb60d (diff) | |
download | wix-d7c3d9f9dd644a6348d28b80f41a87ee8a0b497c.tar.gz wix-d7c3d9f9dd644a6348d28b80f41a87ee8a0b497c.tar.bz2 wix-d7c3d9f9dd644a6348d28b80f41a87ee8a0b497c.zip |
Improve doc comments
Diffstat (limited to 'src/WixToolset.Extensibility/Services/IBackendHelper.cs')
-rw-r--r-- | src/WixToolset.Extensibility/Services/IBackendHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Services/IBackendHelper.cs b/src/WixToolset.Extensibility/Services/IBackendHelper.cs index 756d0a97..26023674 100644 --- a/src/WixToolset.Extensibility/Services/IBackendHelper.cs +++ b/src/WixToolset.Extensibility/Services/IBackendHelper.cs | |||
@@ -15,7 +15,7 @@ namespace WixToolset.Extensibility.Services | |||
15 | /// Creates a file transfer and marks it redundant if the source and destination are identical. | 15 | /// Creates a file transfer and marks it redundant if the source and destination are identical. |
16 | /// </summary> | 16 | /// </summary> |
17 | /// <param name="source">Source for the file transfer.</param> | 17 | /// <param name="source">Source for the file transfer.</param> |
18 | /// <param name="destination">Destiation for the file transfer.</param> | 18 | /// <param name="destination">Destination for the file transfer.</param> |
19 | /// <param name="move">Indicates whether to move or copy the source file.</param> | 19 | /// <param name="move">Indicates whether to move or copy the source file.</param> |
20 | IFileTransfer CreateFileTransfer(string source, string destination, bool move, SourceLineNumber sourceLineNumbers = null); | 20 | IFileTransfer CreateFileTransfer(string source, string destination, bool move, SourceLineNumber sourceLineNumbers = null); |
21 | 21 | ||