Skip to content

Commit 6f7acf4

Browse files
author
Eric Koleda
committed
Other style cleanups.
1 parent fad3baf commit 6f7acf4

File tree

16 files changed

+190
-1014
lines changed

16 files changed

+190
-1014
lines changed

dist/OAuth2.gs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
// limitations under the License.
1818

1919
/**
20-
* @fileoverview Contains the methods exposed by the library, and performs
20+
* @file Contains the methods exposed by the library, and performs
2121
* any required setup.
2222
*/
2323

@@ -96,7 +96,7 @@ if (typeof module === 'object') {
9696
// limitations under the License.
9797

9898
/**
99-
* @fileoverview Contains the Service_ class.
99+
* @file Contains the Service_ class.
100100
*/
101101

102102
// Disable JSHint warnings for the use of eval(), since it's required to prevent
@@ -736,7 +736,7 @@ Service_.prototype.createJwt_ = function() {
736736
// limitations under the License.
737737

738738
/**
739-
* @fileoverview Contains classes used to persist data and access it.
739+
* @file Contains classes used to persist data and access it.
740740
*/
741741

742742
/**
@@ -857,7 +857,7 @@ Storage.prototype.getPrefixedKey_ = function(key) {
857857
// limitations under the License.
858858

859859
/**
860-
* @fileoverview Contains utility methods used by the library.
860+
* @file Contains utility methods used by the library.
861861
*/
862862

863863
/* exported buildUrl_ */
@@ -936,4 +936,4 @@ function copy(src, target, obj) {
936936
}
937937
}
938938
).call(null, module.exports, expose, host);
939-
}).call(this, this, "OAuth2");
939+
}).call(this, this, "OAuth2");

docs/OAuth2.gs.html

Lines changed: 0 additions & 119 deletions
This file was deleted.

0 commit comments

Comments
 (0)