fix(aio): add `@suppress` tag that is used in the API docs
This commit is contained in:
parent
649bab8ff8
commit
bee567afad
|
@ -0,0 +1,3 @@
|
|||
module.exports = function() {
|
||||
return {name: 'suppress'};
|
||||
};
|
Loading…
Reference in New Issue