Clean and regen docs (#401)

diff --git a/docs/dyn/drive_v3.comments.html b/docs/dyn/drive_v3.comments.html
index 9564dad..a39c587 100644
--- a/docs/dyn/drive_v3.comments.html
+++ b/docs/dyn/drive_v3.comments.html
@@ -283,9 +283,9 @@
   An object of the form:
 
     { # A list of comments on a file.
-    "nextPageToken": "A String", # The page token for the next page of comments. This will be absent if the end of the comments list has been reached. If the token is rejected for any reason, it should be discarded, and pagination should be restarted from the first page of results.
+    "nextPageToken": "A String", # The page token for the next page of comments. This will be absent if the end of the comments list has been reached.
     "kind": "drive#commentList", # Identifies what kind of resource this is. Value: the fixed string "drive#commentList".
-    "comments": [ # The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
+    "comments": [ # The page of comments.
       { # A comment on a file.
           "resolved": True or False, # Whether the comment has been resolved by one of its replies.
           "kind": "drive#comment", # Identifies what kind of resource this is. Value: the fixed string "drive#comment".