Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Javadoc 8 Replaces Parentheses and Commas with Dashes in Links

user4579396May 30 2014

The new javadoc tool creates links by translating parentheses, spaces, and commas contained in method references with dashes "-".  This basically breaks the documentation when trying to link to other documentation created with a previous version of the javadoc tool using either -link or -linkoffline.

Does anyone know of a way to instruct javadoc to create links using the old method?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 27 2014
Added on May 30 2014
0 comments
887 views