From 9d7f971833c4fa62197c40777e9b632bea374c5b Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Thu, 20 Nov 2014 10:16:01 -0800 Subject: [PATCH] Add xml-docs-test target to end of default build - #EngineeringDay - correct couple of XML doc issues in the repo (simplify references) --- makefile.shade | 3 +++ src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs | 6 +----- .../Logging/RouteConstraintMatcherMatchValues.cs | 8 +------- 3 files changed, 5 insertions(+), 12 deletions(-) diff --git a/makefile.shade b/makefile.shade index 562494d144..f087af75e1 100644 --- a/makefile.shade +++ b/makefile.shade @@ -5,3 +5,6 @@ var AUTHORS='Microsoft Open Technologies, Inc.' use-standard-lifecycle k-standard-goals + +#xml-docs-test target='test' + k-xml-docs-test \ No newline at end of file diff --git a/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs b/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs index 3e6ae53876..64c2028c54 100644 --- a/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs +++ b/src/Microsoft.AspNet.Routing/Logging/LogFormatter.cs @@ -8,11 +8,7 @@ namespace Microsoft.AspNet.Routing.Logging.Internal public static class LogFormatter { /// - /// A formatter for use with . + /// A formatter for use with . /// public static string Formatter(object o, Exception e) { diff --git a/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs b/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs index de52061715..fa5b8e3765 100644 --- a/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs +++ b/src/Microsoft.AspNet.Routing/Logging/RouteConstraintMatcherMatchValues.cs @@ -6,13 +6,7 @@ using System.Text; namespace Microsoft.AspNet.Routing.Logging { /// - /// Describes the state of . + /// Describes the state of . /// public class RouteConstraintMatcherMatchValues {