Skip to content

Commit

Permalink
fix(docs): fix namespace causing 404s (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Jan 7, 2019
1 parent 8608c7e commit f4e4410
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/index.ts
Expand Up @@ -18,23 +18,11 @@
* @namespace google
*/
/**
* @namespace google.cloud
*/
/**
* @namespace google.cloud.datastore
*/
/**
* @namespace google.cloud.datastore.v1
* @namespace google.datastore.v1
*/
/**
* @namespace google.protobuf
*/
/**
* @namespace google.rpc
*/
/**
* @namespace google.type
*/

import * as arrify from 'arrify';
import {GoogleAuth, GoogleAuthOptions} from 'google-auth-library';
Expand Down

0 comments on commit f4e4410

Please sign in to comment.