Navigation






Search the wiki
»

PoweredBy
Creates a link to the specified type.

Example

/**
 * Defines the set of methods that will be copied onto the type being 
 * registered as a control.
 * @see {Aeon.ControlRegistry.registerControl}
 */
Aeon.ControlTypeInfo.StaticControlInterface =
{
}

Description

To link to another type in the output documentation, use the @see token. ECMADoc will try to resolve the specified string from the context it is specified in and if successful a link to that type will be generated in the see also section of the documentation.

See also

All tokens
Type resolving
@link
@author
@type