De: Bob Hanson <[EMAIL PROTECTED]>
>
>The only thing I think is missing is that (perhaps) there should be a 
>standard comment that refers to the author of specific (new) 
>functions. This could be helpful, I would think. Right now all I see 
>is author of the most recent change, whatever it was.

You can add JavaDoc comments for your methods if you want.
A JavaDoc comment for a method looks like this:
/**
 * <method description>
 * @param paramAAA <param description>
 * @return <return description>
 */
If you want to create a skeletton of this under Eclipse, put the cursor in the 
method and press Alt+Shift+J.
For the author, use the JavaDoc tag @author <author name>

Nico



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Jmol-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-developers

Reply via email to