Closed
Description
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":
-
TypeDoc will tolerate JavaScript files that it encounters, but won't generate documentation for them
-
TypeDoc will parse JavaDoc comments in JavaScript files and add them to the documentation tree
-
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