Skip to content

Confusion about jsdoc_config_path when using typedoc #80

@graup

Description

@graup

The readme says that jsdoc_config_path is used for the typedoc config in typescript mode, but in fact it is used for the tsconfig.

if app.config.jsdoc_config_path:
        jsdoc_command.add('--tsconfig', app.config.jsdoc_config_path)

I have to say, it would make more sense as explained in the readme, because you can supply tsconfig path through the typedoc config, so that way you can do both. Either way, either the readme or the code needs to be changed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions