From 3c2860a810e5365fc2543c2c99aa8c32bbd068f0 Mon Sep 17 00:00:00 2001 From: cjsha <36574350+cjsha@users.noreply.github.com> Date: Tue, 29 Oct 2024 16:03:28 -0400 Subject: [PATCH] filter out description attribute (#132) --- filter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filter.yml b/filter.yml index b5454ae..014017b 100644 --- a/filter.yml +++ b/filter.yml @@ -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 \ No newline at end of file