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 --main OVERVIEW.md
lib/**/*.rb lib/**/*.rb
generated/**/*.rb
- -
OVERVIEW.md OVERVIEW.md
docs/getting-started.md docs/getting-started.md

View File

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

View File

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