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:
parent
3b0e289387
commit
9d7f971833
|
|
@ -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
|
||||
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue