提交 40925873 编写于 作者: K Kevin Pilch-Bisson

Merge pull request #10970 from svick/patch-1

Removed stray > from documentation comments
......@@ -64,7 +64,7 @@ public abstract class AnalysisContext
public abstract void RegisterSemanticModelAction(Action<SemanticModelAnalysisContext> action);
/// <summary>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.
/// A symbol action reports <see cref="Diagnostic"/>s about <see cref="ISymbol"/>s.
/// </summary>
/// <param name="action">Action to be executed for an <see cref="ISymbol"/>.</param>
......@@ -75,7 +75,7 @@ public void RegisterSymbolAction(Action<SymbolAnalysisContext> action, params Sy
}
/// <summary>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.
/// A symbol action reports <see cref="Diagnostic"/>s about <see cref="ISymbol"/>s.
/// </summary>
/// <param name="action">Action to be executed for an <see cref="ISymbol"/>.</param>
......@@ -318,7 +318,7 @@ protected CompilationStartAnalysisContext(Compilation compilation, AnalyzerOptio
public abstract void RegisterSemanticModelAction(Action<SemanticModelAnalysisContext> action);
/// <summary>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.
/// A symbol action reports <see cref="Diagnostic"/>s about <see cref="ISymbol"/>s.
/// </summary>
/// <param name="action">Action to be executed for an <see cref="ISymbol"/>.</param>
......@@ -329,7 +329,7 @@ public void RegisterSymbolAction(Action<SymbolAnalysisContext> action, params Sy
}
/// <summary>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.>
/// Register an action to be executed at completion of semantic analysis of an <see cref="ISymbol"/> with an appropriate Kind.
/// A symbol action reports <see cref="Diagnostic"/>s about <see cref="ISymbol"/>s.
/// </summary>
/// <param name="action">Action to be executed for an <see cref="ISymbol"/>.</param>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册