在 Eclipse 上导入 Javadoc 文档
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2469795/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Importing Javadoc documentation on Eclipse
提问by Anto
I am new to Eclipse, I am using OWL API from Protege and I would like to import to this IDE its Javadoc documentation which is accessible online in html format. How do I do it?
我是 Eclipse 的新手,我正在使用 Protege 的 OWL API,我想将其 Javadoc 文档导入到此 IDE,该文档可以 html 格式在线访问。我该怎么做?
回答by Chris Lercher
Right-click your jar, choose Properties
. Choose Javadoc location
. Enter the URL in Javadoc location path
.
右键单击您的 jar,选择Properties
. 选择Javadoc location
。在 中输入 URL Javadoc location path
。