diff --git a/scripts/dox.d.ts b/scripts/dox.d.ts index 598ea31d6..fa9571d2e 100644 --- a/scripts/dox.d.ts +++ b/scripts/dox.d.ts @@ -52,6 +52,8 @@ declare module "dox" { otherMemberName?: string; /** from "@borrows" */ thisMemberName?: string; + /** parsed tag name */ + type: string; /** all parsed types from tags that support it, like "@param" */ types?: string[]; /** from "@description" */