From 0e71bdd637a6b3c34f18d4b3630d55fa4cdfd2a3 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 18 Dec 2020 22:04:48 -0600 Subject: Enable XML doc. --- src/WixToolset.Core/Link/SymbolWithSection.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/WixToolset.Core/Link/SymbolWithSection.cs') diff --git a/src/WixToolset.Core/Link/SymbolWithSection.cs b/src/WixToolset.Core/Link/SymbolWithSection.cs index c8934d0f..08e01077 100644 --- a/src/WixToolset.Core/Link/SymbolWithSection.cs +++ b/src/WixToolset.Core/Link/SymbolWithSection.cs @@ -18,6 +18,7 @@ namespace WixToolset.Core.Link /// /// Creates a symbol for a symbol. /// + /// /// Symbol for the symbol public SymbolWithSection(IntermediateSection section, IntermediateSymbol symbol) { -- cgit v1.2.3-55-g6feb