jsdoc/tutorial~RootTutorial()
Represents the root tutorial.
Extends
module:jsdoc/tutorial.TutorialMethods
_addTutorial(child)
Add a child tutorial to the root.
Parameters:
Name | Type | Description |
---|---|---|
child
|
module:jsdoc/tutorial.Tutorial | Child tutorial. |
getByName(name) → module:jsdoc/tutorial.Tutorial
Retrieve a tutorial by name.
Parameters:
Name | Type | Description |
---|---|---|
name
|
string | Tutorial name. |
Returns:
Tutorial instance.
- Type:
- module:jsdoc/tutorial.Tutorial