build(aio): add `@usageNotes` tag def for API docs (#22401)

PR Close #22401
This commit is contained in:
Pete Bacon Darwin 2018-02-26 21:58:34 +00:00 committed by Alex Eagle
parent 11f30fc351
commit 7d65356ae3
1 changed files with 5 additions and 0 deletions

View File

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