diff --git a/.yardopts b/.yardopts index c233eba82..f681b86aa 100644 --- a/.yardopts +++ b/.yardopts @@ -6,6 +6,7 @@ --main OVERVIEW.md lib/**/*.rb +generated/**/*.rb - OVERVIEW.md docs/getting-started.md diff --git a/lib/google/apis/core/base_service.rb b/lib/google/apis/core/base_service.rb index b5315d0c2..40eb5f930 100644 --- a/lib/google/apis/core/base_service.rb +++ b/lib/google/apis/core/base_service.rb @@ -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 # diff --git a/lib/google/apis/core/http_command.rb b/lib/google/apis/core/http_command.rb index 67c0d195b..fa2defaf1 100644 --- a/lib/google/apis/core/http_command.rb +++ b/lib/google/apis/core/http_command.rb @@ -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)