From e945ce02fea364324b7247222b3143d0cf2187f4 Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Tue, 14 Aug 2018 12:17:33 -0700 Subject: [PATCH] doc: add appropriate namespaces --- src/index.js | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index c1595c12d..a0962e08c 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,5 @@ /*! - * Copyright 2014 Google Inc. All Rights Reserved. + * Copyright 2018 Google LLC. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -14,6 +14,28 @@ * limitations under the License. */ +/** + * @namespace google + */ +/** + * @namespace google.cloud + */ +/** + * @namespace google.cloud.datastore + */ +/** + * @namespace google.cloud.datastore.v1 + */ +/** + * @namespace google.protobuf + */ +/** + * @namespace google.rpc + */ +/** + * @namespace google.type + */ + 'use strict'; const arrify = require('arrify');