From b6ccce9565b5d3ced75b7b6fa8e69d040de4c37e Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Fri, 20 May 2022 18:41:38 -0400 Subject: [PATCH] add @category tag to allowlist in apiextractor config --- tsdoc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsdoc.json b/tsdoc.json index 78b2de6d2..0316a4fcc 100644 --- a/tsdoc.json +++ b/tsdoc.json @@ -7,7 +7,8 @@ "@default": true, "@allOf": true, "@see": true, - "@deprecated": true + "@deprecated": true, + "@category": true }, "tagDefinitions": [