* Add a child tutorial to the root. * @param {module:jsdoc/tutorial.Tutorial} child - Child tutorial.
(child)
| 137 | * @param {module:jsdoc/tutorial.Tutorial} child - Child tutorial. |
| 138 | */ |
| 139 | _addTutorial(child) { |
| 140 | this._tutorials[child.name] = child; |
| 141 | } |
| 142 | } |
| 143 | exports.RootTutorial = RootTutorial; |
| 144 |
no outgoing calls
no test coverage detected