@parent module

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

  1. NAME {String}:

    The name of the parent DocObject.

Use

bit-docs-js/tags/function and @property tags can infer their parent from the current scope.