Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot link to javadoc from jdk11's javadoc tool [issue originally filed at grpc/grpc.github.io#801] #5208

Closed
dapengzhang0 opened this issue Jan 3, 2019 · 4 comments

Comments

@dapengzhang0
Copy link
Member

See the description at
grpc/grpc.github.io#801

We might need to generate a package-list.html page for javadoc. Related to #3522

@ejona86
Copy link
Member

ejona86 commented Jan 31, 2019

59d8f89 was reverted via force-push. Renaming didn't work because javadoc didn't request package-list.html (only package-list)?

@ejona86 ejona86 reopened this Jan 31, 2019
@dapengzhang0 dapengzhang0 modified the milestones: Next, Unscheduled Mar 27, 2019
@dapengzhang0
Copy link
Member Author

Now javadoc.io has fixed an issue maxcellent/javadoc.io#20, maybe it was the same issue that javadoc.io didn't work to resolve our issue before, maybe we can test again with javadoc.io or static.javadoc.io

@dapengzhang0
Copy link
Member Author

I tested with jdk 11.0.2, the issue is gone, even not with javadoc.io

@dapengzhang0
Copy link
Member Author

$ echo "/** See {@link io.grpc.Metadata}. */ public class Test {}" > Test.java
$ ~/Downloads/jdk-11.0.2/bin/javadoc -link 'https://grpc.io/grpc-java/javadoc/' Test.java -cp ~/.m2/repository/io/grpc/grpc-core/1.19.0/grpc-core-1.19.0.jar
Loading source file Test.java...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating ./Test.html...
Generating ./package-summary.html...
Generating ./package-tree.html...
Generating ./constant-values.html...
Building index for all the packages and classes...
Generating ./overview-tree.html...
Generating ./index-all.html...
Building index for all classes...
Generating ./allclasses-index.html...
Generating ./allpackages-index.html...
Generating ./deprecated-list.html...
Building index for all classes...
Generating ./allclasses.html...
Generating ./allclasses.html...
Generating ./index.html...
Generating ./help-doc.html...

@ejona86 ejona86 removed this from the Unscheduled milestone Apr 13, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jul 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants