build(docs-infra): add @default tag-def support (#40404)

This tag-def is being used in the `platform-server` source code,
and was causing warnings in the doc-gen. Adding support
prevents the warning from being shown.
Other than that this change has no effect on the generated
documentation, since the `@default` tag is not used in any
templates.

PR Close #40404
This commit is contained in:
Pete Bacon Darwin 2021-01-12 20:56:05 +00:00 committed by atscott
parent 48009dc50b
commit 7a7dc89332

View File

@ -0,0 +1,3 @@
module.exports = function() {
return {name: 'default'};
};