fix xml docs
This commit is contained in:
parent
991dff6b9e
commit
0f20eb9112
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue