Javadoc

home1 home2
 Bib
 Algorithms
 Bioinfo
 FP
 Logic
 MML
 Prog.Lang
and the
 Book

ProgLang
 glossary
 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'.-)
. . .
Coding Ockham's Razor, L. Allison, Springer

A Practical Introduction to Denotational Semantics, L. Allison, CUP

Linux
 Ubuntu
free op. sys.
OpenOffice
free office suite
The GIMP
~ free photoshop
Firefox
web browser

Java
 API

From
[javadoc]

© L. Allison   http://www.allisons.org/ll/   (or as otherwise indicated),
Faculty of Information Technology (Clayton), Monash University, Australia 3800 (6/'05 was School of Computer Science and Software Engineering, Fac. Info. Tech., Monash University,
was Department of Computer Science, Fac. Comp. & Info. Tech., '89 was Department of Computer Science, Fac. Sci., '68-'71 was Department of Information Science, Fac. Sci.)
Created with "vi (Linux + Solaris)",  charset=iso-8859-1,  fetched Thursday, 28-Mar-2024 22:14:09 AEDT.