Skip to content

Commit

Permalink
doc: MIssing attribute documentation added
Browse files Browse the repository at this point in the history
  • Loading branch information
OhFlowi committed Mar 19, 2024
1 parent 32530d2 commit 2de5857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Supernova.Enum.Generators/EnumGeneratorAttributeHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ public static class EnumGeneratorAttributeHelper
namespace " + SourceGeneratorHelper.NameSpace + @"
{
/// <summary>
/// An attribute that marks enums for which extension methods are to be generated.
/// </summary>
[AttributeUsage(AttributeTargets.Enum)]
[GeneratedCodeAttribute(""Supernova.Enum.Generators"", null)]
public sealed class " + Name + @"Attribute : Attribute
Expand Down

0 comments on commit 2de5857

Please sign in to comment.