Module: jsdoc/tutorial

Classes

RootTutorial
RootTutorial
RootTutorial
Tutorial
Tutorial
Tutorial

Members

RootTutorial

Source:

Tutorial

Source:

TYPES :number

Tutorial source types.
Type:
  • number
Properties:
Name Type Description
HTML number
MARKDOWN number
Source:

children

Source:

children

Source:

hasOwnProp

Source:

markdown

Source:

Methods

addChild(parent, child)

Adds a child to the parent tutorial. Does *not* set child.parent though.
Parameters:
Name Type Description
parent Tutorial parent tutorial.
child Tutorial New child.
Source:

removeChild(parent, child)

Removes child tutorial from the parent. Does *not* unset child.parent though.
Parameters:
Name Type Description
parent Tutorial parent tutorial.
child Tutorial Old child.
Source: