Regen docs (#364)

diff --git a/docs/dyn/drive_v3.comments.html b/docs/dyn/drive_v3.comments.html
index a39c587..9564dad 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.
+    "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.
     "kind": "drive#commentList", # Identifies what kind of resource this is. Value: the fixed string "drive#commentList".
-    "comments": [ # The page of comments.
+    "comments": [ # The list of comments. If nextPageToken is populated, then this list may be incomplete and an additional page of results should be fetched.
       { # 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".