add generated files to yardopts (#859)
This commit is contained in:
parent
e521941a48
commit
6818aaeb5a
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue