add generated files to yardopts (#859)
This commit is contained in:
parent
e521941a48
commit
6818aaeb5a
|
@ -6,6 +6,7 @@
|
|||
--main OVERVIEW.md
|
||||
|
||||
lib/**/*.rb
|
||||
generated/**/*.rb
|
||||
-
|
||||
OVERVIEW.md
|
||||
docs/getting-started.md
|
||||
|
|
|
@ -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
|
||||
#
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue