@parent
documentjs.tags.parent
Specifies the parent docObject's name. The current docObject will be displayed under the the parent in the navigation.
@parent NAME
/**
* @constructor jQuery.Drag
* @parent specialevents
* ...
*/
$.Drag = function(){}
Parameters
-
NAME
{String}
The name of the parent docObject.
Use
@function and @property tags can infer their parent from the current scope.