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:
parent
48009dc50b
commit
7a7dc89332
|
@ -0,0 +1,3 @@
|
|||
module.exports = function() {
|
||||
return {name: 'default'};
|
||||
};
|
Loading…
Reference in New Issue