fix xml docs

This commit is contained in:
Andrew Stanton-Nurse 2015-07-21 17:45:50 -07:00
parent 991dff6b9e
commit 0f20eb9112
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
/// <summary>
/// Instantiates a new instance of <see cref="CompilationFailedException"/>.
/// </summary>
/// <param name="compilationFailures"><see cref="ICompilationFailure"/>s containing
/// <param name="compilationFailures"><see cref="CompilationFailure"/>s containing
/// details of the compilation failure.</param>
public CompilationFailedException(
[NotNull] IEnumerable<CompilationFailure> compilationFailures)

View File

@ -34,7 +34,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
public string CompiledContent { get; protected set; }
/// <summary>
/// Gets the <see cref="ICompilationFailure"/>s produced from parsing or compiling the Razor file.
/// Gets the <see cref="CompilationFailure"/>s produced from parsing or compiling the Razor file.
/// </summary>
/// <remarks>This property is <c>null</c> when compilation succeeded. An empty sequence
/// indicates a failed compilation.</remarks>