CHJani / google-api-java-client

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

Missing JavaDoc link #285

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Version of google-api-java-client (e.g. 1.5.0-beta)?

http://javadoc.google-api-java-client.googlecode.com/hg/1.5.0-beta/com/google/ap
i/client/googleapis/GoogleUrl.html

http://javadoc.google-http-java-client.googlecode.com/hg/1.5.0-beta/com/google/a
pi/client/http/GenericUrl.html

Java environment (e.g. Java 6, Android 2.3, App Engine)?

N/A

Describe the problem.

Notice in this example that there is no link for GenericUrl in the JavaDoc for 
GoogleUrl.

How would you expect it to be fixed?

It should link from JavaDoc of GoogleUrl to JavaDoc of GenericUrl.  This should 
be done by setting up a link in the pom.xml:

"
        <artifactId>maven-javadoc-plugin</artifactId>
        <configuration>
          <links>
            <link>http://javadoc.google-http-java-client.googlecode.com/hg/1.5.0-beta/</link>
          </links>
...
"

Original issue reported on code.google.com by yan...@google.com on 30 Aug 2011 at 10:01

GoogleCodeExporter commented 9 years ago
http://codereview.appspot.com/5085049/

Original comment by yan...@google.com on 23 Sep 2011 at 5:41