External Javadoc for own source code Permanently deleted user 创建于 2003年11月21日 11:54 hello,where can I define the javadoc url for my source code?I want to see the javadoc from the current project in the browser.The javadoc of libraries I can define, but not for my classes.
you can create the jdoc for your classes using tools/create javadoc. There you can specify the path. The jdoc IDEA shows you in tooltip or a Ctrl+Q is created on the fly.
Sven