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/WixComplexReferenceSymbolExtensions.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs') diff --git a/src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs b/src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs index 1702d3ca..2b1925ad 100644 --- a/src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs +++ b/src/WixToolset.Core/Link/WixComplexReferenceSymbolExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. +// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. namespace WixToolset.Core.Link { @@ -27,7 +27,8 @@ namespace WixToolset.Core.Link /// /// Compares two complex references without considering the primary bit. /// - /// Complex reference to compare to. + /// this + /// Complex reference to compare to. /// Zero if the objects are equivalent, negative number if the provided object is less, positive if greater. public static int CompareToWithoutConsideringPrimary(this WixComplexReferenceSymbol symbol, WixComplexReferenceSymbol other) { @@ -57,6 +58,7 @@ namespace WixToolset.Core.Link /// /// Changes all of the parent references to point to the passed in parent reference. /// + /// this /// New parent complex reference. public static void Reparent(this WixComplexReferenceSymbol symbol, WixComplexReferenceSymbol parent) { -- cgit v1.2.3-55-g6feb