Login  Register

Re: an interface to encourage self-documentation of plug-ins

Posted by Grant Harris on Apr 16, 2009; 12:16pm
URL: http://imagej.273.s1.nabble.com/an-interface-to-encourage-self-documentation-of-plug-ins-tp3692779p3692782.html

JavaDoc is for source code/API documention.  For general help and
documentation functionality there is the JavaHelp System:
(http://java.sun.com/javase/technologies/desktop/javahelp/)
Any thoughts on using this approach?
- Grant