Javadoc

LA home
Computing
Prog.Langs
 Java
  Javadoc
/** magic <I>doc comment</I> ... is in HTML ... [tag-section] */
goes immediately before a class, method or variable declaration.
 
The most useful and/or common tags
@param
param of method, or type param of class or method.
e.g., @param seq the DNA sequence to be analysed.
@return (of a method)
@see
@see [[package.]class]#member [showThis]
(name shown if no text)
@see [package.]class [showThis],
e.g., see java.lang.Math
@see package [showThis]
@see <A HREF="URL#value">textToBeShown</a>
@throws (of a method)
. . .
 
In-line tag, {@inlineTag}
{@inheritDoc}
copy (~inherit) text from the superclass, overridden method, or implemented method spec. (of interface), as appropriate.
{@link [[package.]class]#member label}   (also see '@see'.-)
. . .
www

free:
Linux operating-sys
OpenOffice office-suite, ver. 3.1+
The GIMP ~photoshop
Firefox web browser
FlashBlock flash on/off

From
[javadoc]

© L. Allison   http://www.allisons.org/ll/   (or as otherwise indicated),
Created with "vi (Linux + Solaris)",  charset=iso-8859-1,  fetched Friday, 03-Sep-2010 13:25:49 EST.