Skip to content

Commit

Permalink
Add missing JSDoc namespaces. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Jul 23, 2018
1 parent d747471 commit b3dd625
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/google-cloud-automl/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
/**
* @namespace google.cloud.automl.v1beta1
*/
/**
* @namespace google.longrunning
*/
/**
* @namespace google.protobuf
*/
/**
* @namespace google.rpc
*/

'use strict';

Expand Down

0 comments on commit b3dd625

Please sign in to comment.