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
|
use-standard-lifecycle
|
||||||
k-standard-goals
|
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
|
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)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue