Skip to content

Commit 3c2860a

Browse files
authored
filter out description attribute (#132)
1 parent 38e44c5 commit 3c2860a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ apiRules:
88
# https://github.com/dotnet/docfx/blob/af68cbdd73b803a010fd8c22ad64148bf6337a8f/src/Docfx.Dotnet/Resources/defaultfilterconfig.yml#L35-L40
99
attributeRules:
1010
- include: # this is necessary to pull our custom attributes into .yml metadata without disabling default filter
11-
uidRegex: ^System\.ComponentModel\.(CategoryAttribute|DescriptionAttribute)$
11+
uidRegex: ^System\.ComponentModel\.CategoryAttribute$
1212
type: Type

0 commit comments

Comments
 (0)