We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e77186 commit 38e44c5Copy full SHA for 38e44c5
filter.yml
@@ -4,3 +4,9 @@ apiRules:
4
uid: System.ObsoleteAttribute
5
- exclude:
6
uidRegex: ^OpenEphys.Onix1.Design
7
+# https://github.com/dotnet/docfx/issues/10173#issuecomment-2430513568
8
+# https://github.com/dotnet/docfx/blob/af68cbdd73b803a010fd8c22ad64148bf6337a8f/src/Docfx.Dotnet/Resources/defaultfilterconfig.yml#L35-L40
9
+attributeRules:
10
+- include: # this is necessary to pull our custom attributes into .yml metadata without disabling default filter
11
+ uidRegex: ^System\.ComponentModel\.(CategoryAttribute|DescriptionAttribute)$
12
+ type: Type
0 commit comments