Global

Methods

(async) publicize(conf, deployopt, timeoutopt) → {Boolean}

Generates the JSDoc style results using any number of template providers. See README for more details.

See Getting Started documentation for default values that are ported over from jsdoc-defaults.conf

Source:
Parameters:
Name Type Attributes Default Description
conf String | Conf

Either the path to the JSDoc configuration file or the actual JSDoc configuration itself.

deploy Boolean <optional>
false

true to deploy via git after generating documentation

timeout Integer <optional>
30000

The number of milliseconds before timing out for each underlying execution

Returns:
Type:
Boolean

true when completed successfully


1.3.0 (2021-08-20)

Full Changelog

Features: