Skip to content

Commit

Permalink
Filter in custom System.ComponentModel attributes (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsha authored Oct 29, 2024
1 parent 2e77186 commit 38e44c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ apiRules:
uid: System.ObsoleteAttribute
- exclude:
uidRegex: ^OpenEphys.Onix1.Design
# https://github.com/dotnet/docfx/issues/10173#issuecomment-2430513568
# 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)$
type: Type

0 comments on commit 38e44c5

Please sign in to comment.