From 309fce19d7da136e527d6088ad51762975899835 Mon Sep 17 00:00:00 2001 From: Barry Dorrans Date: Tue, 6 Jan 2015 15:40:08 -0800 Subject: [PATCH] XML Doc Update (one by one for ease of eventual merging) --- src/Microsoft.AspNet.Identity/BuilderExtensions.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Microsoft.AspNet.Identity/BuilderExtensions.cs b/src/Microsoft.AspNet.Identity/BuilderExtensions.cs index 4049f04ffd..13b2df4b91 100644 --- a/src/Microsoft.AspNet.Identity/BuilderExtensions.cs +++ b/src/Microsoft.AspNet.Identity/BuilderExtensions.cs @@ -7,10 +7,15 @@ using Microsoft.AspNet.Identity; namespace Microsoft.AspNet.Builder { /// - /// Startup extensions + /// Identity extensions for . /// public static class BuilderExtensions { + /// + /// Enables the ASP.NET identity for the current application. + /// + /// The instance this method extends. + /// The instance this method extends. public static IApplicationBuilder UseIdentity(this IApplicationBuilder app) { if (app == null)