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/Compiler_UI.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/Compiler_UI.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler_UI.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/WixToolset.Core/Compiler_UI.cs b/src/WixToolset.Core/Compiler_UI.cs index cb1d34ac..5cc9b5a0 100644 --- a/src/WixToolset.Core/Compiler_UI.cs +++ b/src/WixToolset.Core/Compiler_UI.cs | |||
@@ -1049,12 +1049,11 @@ namespace WixToolset.Core | |||
1049 | /// </summary> | 1049 | /// </summary> |
1050 | /// <param name="node">Element to parse.</param> | 1050 | /// <param name="node">Element to parse.</param> |
1051 | /// <param name="dialog">Identifier for parent dialog.</param> | 1051 | /// <param name="dialog">Identifier for parent dialog.</param> |
1052 | /// <param name="table">Table control belongs in.</param> | 1052 | /// <param name="symbolType">Table control belongs in.</param> |
1053 | /// <param name="lastTabSymbol">Last control in the tab order.</param> | 1053 | /// <param name="lastTabSymbol">Last control in the tab order.</param> |
1054 | /// <param name="firstControl">Name of the first control in the tab order.</param> | 1054 | /// <param name="firstControl">Name of the first control in the tab order.</param> |
1055 | /// <param name="defaultControl">Name of the default control.</param> | 1055 | /// <param name="defaultControl">Name of the default control.</param> |
1056 | /// <param name="cancelControl">Name of the candle control.</param> | 1056 | /// <param name="cancelControl">Name of the candle control.</param> |
1057 | /// <param name="trackDiskSpace">True if the containing dialog tracks disk space.</param> | ||
1058 | private void ParseControlElement(XElement node, string dialog, SymbolDefinitionType symbolType, ref ControlSymbol lastTabSymbol, ref string firstControl, ref string defaultControl, ref string cancelControl) | 1057 | private void ParseControlElement(XElement node, string dialog, SymbolDefinitionType symbolType, ref ControlSymbol lastTabSymbol, ref string firstControl, ref string defaultControl, ref string cancelControl) |
1059 | { | 1058 | { |
1060 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); | 1059 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); |