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

The @requires Tag

The @requires tag allows you to document a resource that is needed to use this code.

Syntax

@requires requireDescription
  • requireDescription - Required: the name or description of the required resource.

Example

/**
 * @requires ColorPicker
 */
function chooseColor() {
}
Powered by Google Project Hosting