Fix incorrect xml docs for RoslynCompilationService

Fixes #3384
This commit is contained in:
Pranav K 2016-01-14 12:09:43 -08:00
parent 200fb23ba5
commit 13c7e68fa7
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
/// <param name="host">The <see cref="IMvcRazorHost"/> that was used to generate the code.</param>
/// <param name="optionsAccessor">Accessor to <see cref="RazorViewEngineOptions"/>.</param>
/// <param name="fileProviderAccessor">The <see cref="IRazorViewEngineFileProviderAccessor"/>.</param>
/// <param name="loggerFactory">The <see cref="ILoggerFactory"/>.</param>
public RoslynCompilationService(
IApplicationEnvironment environment,
IMvcRazorHost host,