add generated files to yardopts (#859)

This commit is contained in:
Graham Paye 2020-01-08 10:50:16 -08:00 committed by GitHub
parent e521941a48
commit 6818aaeb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,7 @@
--main OVERVIEW.md
lib/**/*.rb
generated/**/*.rb
-
OVERVIEW.md
docs/getting-started.md

View File

@ -271,7 +271,7 @@ module Google
# Current page token & service instance
# @yieldparam [String] token
# Current page token to be used in the query
# @yieldparm [service]
# @yieldparam [service]
# Current service instance
# @since 0.9.4
#

View File

@ -198,7 +198,6 @@ module Google
#
# @param [Fixnum] status
# HTTP status code of response
# @param
# @param [Hash] header
# HTTP response headers
# @param [String] body
@ -316,7 +315,7 @@ module Google
end
# Update the request with any specified options.
# @param [Hash] header
# @param [Hash] req_header
# HTTP headers
# @return [void]
def apply_request_options(req_header)