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_Patch.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_Patch.cs')
-rw-r--r-- | src/WixToolset.Core/Compiler_Patch.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_Patch.cs b/src/WixToolset.Core/Compiler_Patch.cs index 73e7f521..eb99d5c4 100644 --- a/src/WixToolset.Core/Compiler_Patch.cs +++ b/src/WixToolset.Core/Compiler_Patch.cs | |||
@@ -319,6 +319,8 @@ namespace WixToolset.Core | |||
319 | /// Parses a PatchFamily element. | 319 | /// Parses a PatchFamily element. |
320 | /// </summary> | 320 | /// </summary> |
321 | /// <param name="node">The element to parse.</param> | 321 | /// <param name="node">The element to parse.</param> |
322 | /// <param name="parentType"></param> | ||
323 | /// <param name="parentId"></param> | ||
322 | private void ParsePatchFamilyElement(XElement node, ComplexReferenceParentType parentType, string parentId) | 324 | private void ParsePatchFamilyElement(XElement node, ComplexReferenceParentType parentType, string parentId) |
323 | { | 325 | { |
324 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); | 326 | var sourceLineNumbers = Preprocessor.GetSourceLineNumbers(node); |
@@ -444,6 +446,8 @@ namespace WixToolset.Core | |||
444 | /// Parses a PatchFamilyGroup element. | 446 | /// Parses a PatchFamilyGroup element. |
445 | /// </summary> | 447 | /// </summary> |
446 | /// <param name="node">Element to parse.</param> | 448 | /// <param name="node">Element to parse.</param> |
449 | /// <param name="parentType"></param> | ||
450 | /// <param name="parentId"></param> | ||
447 | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] | 451 | [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")] |
448 | private void ParsePatchFamilyGroupElement(XElement node, ComplexReferenceParentType parentType, string parentId) | 452 | private void ParsePatchFamilyGroupElement(XElement node, ComplexReferenceParentType parentType, string parentId) |
449 | { | 453 | { |