Classes
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 |
Returns:
A new doclet that combines the primary and secondary
doclets.