code function

code(codeLine)

CodeTag.code for @constructor.

Parameters

  1. codeLine {String}:

    String of characters until newline.

    For example:

    jQuery.extend( "myObj", {
    

    This will be broken into parts and used to hydrate the current DocObject:

Returns

{DocObject}:

Properties that should be set on the current DocObject.

For example:

{ name: 'myObj', inherits: 'jQuery', type: 'constructor' }