summaryrefslogtreecommitdiff
path: root/cli/doc/mod.rs
AgeCommit message (Collapse)Author
2020-08-19refactor: move cli/doc/ to separate crate (#7103)Bartek Iwańczuk
2020-08-10feat(doc): handle imports (#6987)Bartek Iwańczuk
This commit adds additional objects to JSON output of "deno doc" command to facilitate linking between types in different modules.
2020-07-12feat(doc): Improve terminal printer (#6594)Valentin Anger
- Add more support for generics - Add the --private flag - displays documentation for not exported and private nodes - Display more attributes like abstract, static and readonly - Display type aliases - Refactor module to use the Display trait - Use a bit more color
2020-06-09feat(doc): display all overloads in cli details view (#6186)uki00a
2020-04-08feat(doc): handle function params and type params (#4672)Bartek Iwańczuk
2020-03-28feat: Add "deno doc" subcommand (#4500)Bartek Iwańczuk