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 use-standard-lifecycle
k-standard-goals 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 public static class LogFormatter
{ {
/// <summary> /// <summary>
/// A formatter for use with <see cref="Microsoft.Framework.Logging.ILogger.WriteCore( /// A formatter for use with <see cref="Microsoft.Framework.Logging.ILogger.Write"/>.
/// Framework.Logging.LogLevel,
/// int,
/// object,
/// Exception, Func{object, Exception, string})"/>.
/// </summary> /// </summary>
public static string Formatter(object o, Exception e) public static string Formatter(object o, Exception e)
{ {

View File

@ -6,13 +6,7 @@ using System.Text;
namespace Microsoft.AspNet.Routing.Logging namespace Microsoft.AspNet.Routing.Logging
{ {
/// <summary> /// <summary>
/// Describes the state of <see cref="RouteConstraintMatcher.Match( /// 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)"/>.
/// </summary> /// </summary>
public class RouteConstraintMatcherMatchValues public class RouteConstraintMatcherMatchValues
{ {