emran396 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

Indentation is incorrect in some generated javadoc comments #732

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported internally by darist-

Here's an example of incorrect indentation:

 /**
 * Available to use for quota purposes for server-side applications. Can be any arbitrary string
 * assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
 */
 @com.google.api.client.util.Key
 private String quotaUser;

Notice the second, third, ... lines in the javadoc comment are missing two 
leading spaces.

From:
com.google.api.services.zoo.ZooRequest.class
Not all javadoc comments in that class suffer from this problem.  This problem 
may affect other classes, but I haven't noticed it anywhere else.

Original issue reported on code.google.com by rmis...@google.com on 25 Feb 2013 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by rmis...@google.com on 25 Feb 2013 at 3:20

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 13 Mar 2013 at 10:01