My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
TagType  
@type
Updated Aug 4, 2011 by micm...@gmail.com

The @type Tag

The @type tag allows you to document the type of value a variable refers to, or the type of value returned by a function.

Syntax

@type typeName
  • typeName - Required: the name of the type.

Example

/**
 * @type Color
 */
function getColor() {
}
Powered by Google Project Hosting