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'
|
require 'google/api_client/discovery'
|
||||||
|
|
||||||
module Google #:nodoc:
|
module Google
|
||||||
# TODO(bobaman): Document all this stuff.
|
# TODO(bobaman): Document all this stuff.
|
||||||
|
|
||||||
##
|
##
|
||||||
|
|
|
@ -17,8 +17,8 @@ require 'addressable/uri'
|
||||||
require 'addressable/template'
|
require 'addressable/template'
|
||||||
require 'extlib/inflection'
|
require 'extlib/inflection'
|
||||||
|
|
||||||
module Google #:nodoc:
|
module Google
|
||||||
class APIClient #:nodoc:
|
class APIClient
|
||||||
class ValidationError < StandardError
|
class ValidationError < StandardError
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -14,8 +14,8 @@
|
||||||
|
|
||||||
require 'json'
|
require 'json'
|
||||||
|
|
||||||
module Google #:nodoc:
|
module Google
|
||||||
class APIClient #:nodoc:
|
class APIClient
|
||||||
##
|
##
|
||||||
# Provides a consistent interface by which to parse request and response
|
# Provides a consistent interface by which to parse request and response
|
||||||
# content.
|
# content.
|
||||||
|
|
|
@ -12,9 +12,9 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
module Google #:nodoc:
|
module Google
|
||||||
class APIClient #:nodoc:
|
class APIClient
|
||||||
module VERSION #:nodoc:
|
module VERSION
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 1
|
MINOR = 1
|
||||||
TINY = 0
|
TINY = 0
|
||||||
|
|
Loading…
Reference in New Issue