Browse Source
Fix documentation on IAnalyzer interface.
pull/1213/head
Siegfried Pammer
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
|
{ |
|
|
|