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:
Bob Aman 2010-10-05 23:49:00 +00:00
parent a6e80cbb88
commit 61c4c034b4
4 changed files with 8 additions and 8 deletions

View File

@ -17,7 +17,7 @@ require 'json'
require 'google/api_client/discovery'
module Google #:nodoc:
module Google
# TODO(bobaman): Document all this stuff.
##

View File

@ -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

View File

@ -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.

View File

@ -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