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/Inscriber.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/Inscriber.cs')
-rw-r--r-- | src/WixToolset.Core/Inscriber.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/WixToolset.Core/Inscriber.cs b/src/WixToolset.Core/Inscriber.cs index 649e1661..cff2dab2 100644 --- a/src/WixToolset.Core/Inscriber.cs +++ b/src/WixToolset.Core/Inscriber.cs | |||
@@ -10,10 +10,10 @@ namespace WixToolset.Core | |||
10 | /// </summary> | 10 | /// </summary> |
11 | internal class Inscriber | 11 | internal class Inscriber |
12 | { | 12 | { |
13 | /// <summary> | 13 | // <summary> |
14 | /// Gets or sets the temp files collection. | 14 | // Gets or sets the temp files collection. |
15 | /// </summary> | 15 | // </summary> |
16 | /// <value>The temp files collection.</value> | 16 | // <value>The temp files collection.</value> |
17 | // public TempFileCollection TempFiles | 17 | // public TempFileCollection TempFiles |
18 | // { | 18 | // { |
19 | // get { return this.tempFiles; } | 19 | // get { return this.tempFiles; } |