fix xml docs
This commit is contained in:
parent
991dff6b9e
commit
0f20eb9112
|
|
@ -17,7 +17,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Instantiates a new instance of <see cref="CompilationFailedException"/>.
|
/// Instantiates a new instance of <see cref="CompilationFailedException"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="compilationFailures"><see cref="ICompilationFailure"/>s containing
|
/// <param name="compilationFailures"><see cref="CompilationFailure"/>s containing
|
||||||
/// details of the compilation failure.</param>
|
/// details of the compilation failure.</param>
|
||||||
public CompilationFailedException(
|
public CompilationFailedException(
|
||||||
[NotNull] IEnumerable<CompilationFailure> compilationFailures)
|
[NotNull] IEnumerable<CompilationFailure> compilationFailures)
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ namespace Microsoft.AspNet.Mvc.Razor.Compilation
|
||||||
public string CompiledContent { get; protected set; }
|
public string CompiledContent { get; protected set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <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>
|
/// </summary>
|
||||||
/// <remarks>This property is <c>null</c> when compilation succeeded. An empty sequence
|
/// <remarks>This property is <c>null</c> when compilation succeeded. An empty sequence
|
||||||
/// indicates a failed compilation.</remarks>
|
/// indicates a failed compilation.</remarks>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue