Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 798806b

Browse files
committed
Add comment for public_member_api_docs
1 parent eb5fa4f commit 798806b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/google_sign_in/google_sign_in_web/lib/src/js_interop/gapi.dart

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/gapi
1212

1313
// ignore_for_file: public_member_api_docs,
14+
// * public_member_api_docs originally undocumented because the file was
15+
// autogenerated.
1416

1517
@JS()
1618
library gapi;

packages/google_sign_in/google_sign_in_web/lib/src/js_interop/gapiauth2.dart

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
// https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/gapi.auth2
1414

1515
// ignore_for_file: public_member_api_docs, non_constant_identifier_names,
16+
// * public_member_api_docs originally undocumented because the file was
17+
// autogenerated.
1618
// * non_constant_identifier_names required to be able to use the same parameter
1719
// names as the underlying library.
1820

0 commit comments

Comments
 (0)