Fixing xml documentation

This commit is contained in:
John Luo 2016-01-08 17:45:28 -08:00
parent e076040b67
commit 38d50bab1f
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
// Copyright (c) .NET Foundation. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.Diagnostics.Entity;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Builder
@ -12,8 +13,7 @@ namespace Microsoft.AspNet.Builder
{
/// <summary>
/// Gets or sets the path that <see cref="MigrationsEndPointMiddleware"/> will listen
/// for requests to execute migrations commands. The middleware is only registered if
/// <see cref="EnableMigrationCommands"/> is set to true.
/// for requests to execute migrations commands.
/// </summary>
public virtual PathString MigrationsEndPointPath { get; set; } = MigrationsEndPointOptions.DefaultPath;
}

View File

@ -1,6 +1,7 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using Microsoft.AspNet.Diagnostics.Entity;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Builder