开发者

linking to guava javadoc

开发者 https://www.devze.com 2023-02-19 14:49 出处:网络
What开发者_运维知识库 is the correct URL for linking to Guava javadocs from your project\'s javadoc?

What开发者_运维知识库 is the correct URL for linking to Guava javadocs from your project's javadoc? I'm getting errors when I try to use http://guava-libraries.googlecode.com/svn/tags/release08/javadoc/index.html with the option of the javadoc Maven plugin. Thanks, ilya


As Ischin says, you need to leave off the "index.html" when linking Javadoc. The Javadoc tool doesn't really care about index.html, it just wants to be able to append the package and class name to get a URL for a particular class's Javadoc.

0

精彩评论

暂无评论...
验证码 换一张
取 消