How to use the jsdoc-api.renderSync function in jsdoc-api

To help you get started, we’ve selected a few jsdoc-api examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github englercj / tsd-jsdoc / test / lib / index.ts View on Github external
export function compileJsdoc(sourcePath: string) {
    jsdocApi.renderSync({
        files: sourcePath,
        cache: false,
        destination: DEST_DIR,
        readme: README_PATH,
        template: TEMPLATE_PATH,
        configure: CONFIG_PATH
    } as any);
}

jsdoc-api

A programmatic interface for jsdoc

MIT
Latest version published 1 year ago

Package Health Score

53 / 100
Full package analysis