Browse Source

Fix documentation on IAnalyzer interface.

pull/1213/head
Siegfried Pammer 7 years ago
committed by GitHub
parent
commit
2a9f451ef0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ILSpy/Analyzers/IAnalyzer.cs

2
ILSpy/Analyzers/IAnalyzer.cs

@ -30,7 +30,7 @@ namespace ICSharpCode.ILSpy.Analyzers
{
/// <summary>
/// Base interface for all analyzers. You can register an analyzer for any <see cref="ISymbol"/> by implementing
/// this interface and adding an appropriate <see cref="System.ComponentModel.Composition.ExportAttribute"/>.
/// this interface and adding an <see cref="ExportAnalyzerAttribute"/>.
/// </summary>
public interface IAnalyzer
{

Loading…
Cancel
Save