Regen docs (#364)

diff --git a/docs/dyn/drive_v2.comments.html b/docs/dyn/drive_v2.comments.html
index 898fc2e..f71ae04 100644
--- a/docs/dyn/drive_v2.comments.html
+++ b/docs/dyn/drive_v2.comments.html
@@ -313,8 +313,8 @@
   An object of the form:
 
     { # A list of comments on a file in Google Drive.
-    "nextPageToken": "A String", # The token to use to request the next page of results.
-    "items": [ # List of comments.
+    "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.
+    "items": [ # 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 in Google Drive.
           "status": "A String", # The status of this comment. Status can be changed by posting a reply to a comment with the desired status.
               # - "open" - The comment is still open.