Classes

Doclet

Methods

staticcombine(primary, secondary)module:jsdoc/doclet.Doclet

Combine two doclets into a new doclet.

Parameters:
Name Type Description
primary module:jsdoc/doclet.Doclet

The doclet whose properties will be used.

secondary module:jsdoc/doclet.Doclet

The doclet to use as a fallback for properties
that the primary doclet does not have.

Source:
node_modules/jsdoc/lib/jsdoc/doclet.js, line 543
Returns:

A new doclet that combines the primary and secondary
doclets.

Type:
module:jsdoc/doclet.Doclet

Licensed under the Apache License 2.0

Documentation generated by JSDoc 4.0.2 using Docolatte theme