Content deleted Content added
Stevebroshar (talk | contribs) Move Doclet from the end; the table should be later; edit for readabilty and integration into this article; I think it was merged some time ago but done sloppily |
Stevebroshar (talk | contribs) →Tags: Edit for clarity; no periods since not sentences |
||
Line 110:
{| class="wikitable"
!Syntax
!Usage
!Applies to
!Since
|-
|'''@author''' ''
|-
|{'''@docRoot'''}
|Represents the relative path to the generated document's root directory from any generated page
|Class, Interface, Enum, Field, Method
|
|-
|'''@version''' ''version''||
|-
|'''@since''' ''since-text''|| Describes when this functionality
|-
|'''@see''' ''reference''||
|-
|'''@param''' ''name description''|| Describes a method parameter
|-
|'''@return''' ''description''|| Describes the return value
|-
|'''@exception''' ''classname description''<br />'''@throws''' ''classname description''|| Describes an exception that may be thrown from this method
|-
|'''@deprecated''' ''description''||
|-
|{'''@inheritDoc'''}||Copies the description from the overridden method
|-
|{'''@link''' ''<var>reference</var>''}||Link to other symbol
|-
|{'''@linkplain''' ''<var>reference</var>''}
|Identical to {@link}, except the link's label is displayed in plain text than code font
|Class, Interface, Enum, Field, Method
|
|-
|{'''@value''' ''#STATIC_FIELD''}|| Return the value of a static field
|-
|{'''@code''' ''literal''}|| Formats literal text in the code font
|-
|{'''@literal''' ''literal''}|| Denotes literal text
|-
|{'''@serial''' ''literal''}
|
|Field
|
|-
|{'''@serialData''' ''literal''}
|
|Field, Method
|
|-
|{'''@serialField''' ''literal''}
|
|Field
|
|