Skip to content

Non-standard JSDoc configuration file #27

@jrmull

Description

@jrmull

What is the logic in using a non-standard configuration file? For example, one of the options included in the jsdoc-settings.json file:

{
  "destination_folder": "out",
}

In a 'standard' JSDoc config file this would be:

{
    "opts": {
        "destination": "./out/"
    }
}

Intuitively, shouldn't the JavaScript Completions Tools 'Generate Documentation' command simply invoke JSDoc with the '-c' switch for a standard file name? Like so:

jsdoc -c jsdoc-settings.json

In it's current state, invoking JSDoc with the '-c' switch with JavaScript-Completions requires a config file that specifies yet another config file by the "jsdoc_conf_file" property.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions