Skip to content

Commit a602bf8

Browse files
committed
Update summary for DiagnosticsExtensions class
Revised the XML summary comment to clarify that the extension methods are for working with diagnostics from incremental generator pipelines, rather than specifically for GeneratorExecutionContext.
1 parent cff2761 commit a602bf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CommunityToolkit.Mvvm.SourceGenerators/Extensions/DiagnosticsExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace CommunityToolkit.Mvvm.SourceGenerators.Extensions;
1313

1414
/// <summary>
15-
/// Extension methods for <see cref="GeneratorExecutionContext"/>, specifically for reporting diagnostics.
15+
/// Extension methods for working with diagnostics from incremental generator pipelines.
1616
/// </summary>
1717
internal static class DiagnosticsExtensions
1818
{

0 commit comments

Comments
 (0)