Skip to content

Using TypeDoc with projects that include JavaScript? #643

Closed
@dtgriscom

Description

@dtgriscom

I'm working on a project where the shell is standard JavaScript, but most of the core code is written using TypeScript. Will TypeDoc work in such a situation?

I guess there are a number of levels of "working":

  1. TypeDoc will tolerate JavaScript files that it encounters, but won't generate documentation for them

  2. TypeDoc will parse JavaDoc comments in JavaScript files and add them to the documentation tree

  3. TypeDoc will read JavaScript files, parse JavaDoc comments, and in addition figure out what it can from the symbols and argument lists, and add it all to the documentation tree

Will TypeDoc do any of this?

Thanks,
Dan

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion about functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions