Removed :nodoc: directives, as they are not understood by YARD.
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@41 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef
This commit is contained in:
parent
a6e80cbb88
commit
61c4c034b4
|
@ -17,7 +17,7 @@ require 'json'
|
|||
|
||||
require 'google/api_client/discovery'
|
||||
|
||||
module Google #:nodoc:
|
||||
module Google
|
||||
# TODO(bobaman): Document all this stuff.
|
||||
|
||||
##
|
||||
|
|
|
@ -17,8 +17,8 @@ require 'addressable/uri'
|
|||
require 'addressable/template'
|
||||
require 'extlib/inflection'
|
||||
|
||||
module Google #:nodoc:
|
||||
class APIClient #:nodoc:
|
||||
module Google
|
||||
class APIClient
|
||||
class ValidationError < StandardError
|
||||
end
|
||||
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
require 'json'
|
||||
|
||||
module Google #:nodoc:
|
||||
class APIClient #:nodoc:
|
||||
module Google
|
||||
class APIClient
|
||||
##
|
||||
# Provides a consistent interface by which to parse request and response
|
||||
# content.
|
||||
|
|
|
@ -12,9 +12,9 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
module Google #:nodoc:
|
||||
class APIClient #:nodoc:
|
||||
module VERSION #:nodoc:
|
||||
module Google
|
||||
class APIClient
|
||||
module VERSION
|
||||
MAJOR = 0
|
||||
MINOR = 1
|
||||
TINY = 0
|
||||
|
|
Loading…
Reference in New Issue