Skip to content

Commit

Permalink
filter out description attribute (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha authored Oct 29, 2024
1 parent 38e44c5 commit 3c2860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ apiRules:
# https://github.com/dotnet/docfx/blob/af68cbdd73b803a010fd8c22ad64148bf6337a8f/src/Docfx.Dotnet/Resources/defaultfilterconfig.yml#L35-L40
attributeRules:
- include: # this is necessary to pull our custom attributes into .yml metadata without disabling default filter
uidRegex: ^System\.ComponentModel\.(CategoryAttribute|DescriptionAttribute)$
uidRegex: ^System\.ComponentModel\.CategoryAttribute$
type: Type

0 comments on commit 3c2860a

Please sign in to comment.