Re: [Java-gnome-developer] javadoc on website
Brought to you by:
afcowie
From: Nicholas R. <ni...@mn...> - 2004-12-23 09:08:36
|
The javadocs for both stable (2.8.2) and development (2.9/CVS) versions are now available on the web site. On-line browsable versions and downloadable "bundles" (tar.gz) are available. On Thu, 2004-12-23 at 09:46 +1100, Andrew Cowie wrote: > Speaking of Javadocs, I'm by no means a ninja, and it strikes me we > should be linking in the local JDK's Javadocs somehow so things like > String and System are recognized. If someone can tell me how to do so, > that'd be great. i've created a make target in java-gnome/Makefile.in to generate the javadoc for the core modules. this should simplify things for people that want to distribute or use the javadocs (for example, in your gentoo ebuild). as mark said, i think you can use the -link <extURL> for linking to external referenced classes. i think you can also use -sourcepath if your going to link to something local. Java's tooldocs are pretty detailed on the use of javadoc. nick |