Add xml-docs-test target to end of default build

- #EngineeringDay
- correct couple of XML doc issues in the repo (simplify references)
This commit is contained in:
Doug Bunting 2014-11-20 10:16:01 -08:00
parent 3b0e289387
commit 9d7f971833
3 changed files with 5 additions and 12 deletions

View File

@ -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

View File

@ -8,11 +8,7 @@ namespace Microsoft.AspNet.Routing.Logging.Internal
public static class LogFormatter
{
/// <summary>
/// A formatter for use with <see cref="Microsoft.Framework.Logging.ILogger.WriteCore(
/// Framework.Logging.LogLevel,
/// int,
/// object,
/// Exception, Func{object, Exception, string})"/>.
/// A formatter for use with <see cref="Microsoft.Framework.Logging.ILogger.Write"/>.
/// </summary>
public static string Formatter(object o, Exception e)
{

View File

@ -6,13 +6,7 @@ using System.Text;
namespace Microsoft.AspNet.Routing.Logging
{
/// <summary>
/// Describes the state of <see cref="RouteConstraintMatcher.Match(
/// System.Collections.Generic.IDictionary{string, IRouteConstraint},
/// System.Collections.Generic.IDictionary{string, object},
/// Http.HttpContext,
/// IRouter,
/// RouteDirection,
/// Framework.Logging.ILogger)"/>.
/// Describes the state of <see cref="RouteConstraintMatcher.Match"/>.
/// </summary>
public class RouteConstraintMatcherMatchValues
{