fix(aio): add `@suppress` tag that is used in the API docs

This commit is contained in:
Peter Bacon Darwin 2017-02-21 13:05:04 +00:00 committed by Igor Minar
parent 649bab8ff8
commit bee567afad
1 changed files with 3 additions and 0 deletions

View File

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