Removed :nodoc: directives, as they are not understood by YARD.
authorBob Aman <bobaman@google.com>
Tue, 5 Oct 2010 23:49:00 +0000 (23:49 +0000)
committerBob Aman <bobaman@google.com>
Tue, 5 Oct 2010 23:49:00 +0000 (23:49 +0000)
git-svn-id: https://google-api-ruby-client.googlecode.com/svn/trunk@41 c1d61fac-ed7f-fcc1-18f7-ff78120a04ef

lib/google/api_client.rb
lib/google/api_client/discovery.rb
lib/google/api_client/parsers/json_parser.rb
lib/google/api_client/version.rb

index 304343742be820fcfc274655f95966bd1b07fb0e..9914f62d084dee672d3472d2a6d589a4972466f7 100644 (file)
@@ -17,7 +17,7 @@ require 'json'
 
 require 'google/api_client/discovery'
 
-module Google #:nodoc:
+module Google
   # TODO(bobaman): Document all this stuff.
 
   ##
index 3e999b7c7447a263d04f660106d647b2a570f16e..96627e16bf0a584a7fd23553b578f8a34dbcf4ec 100644 (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
 
index f2f00d7ab9547f79c670bc3c133aca318efd0871..902668e1bca7f430ccfaf860676343e61dae5869 100644 (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.
index 9efddc15cc48b3a261720c858e1a2cda32bb23d6..4ee41de6541bef2cf584bbccf2d73d732955f4f1 100644 (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