index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
doc
/
printer.rs
Age
Commit message (
Expand
)
Author
2020-08-19
refactor: move cli/doc/ to separate crate (#7103)
Bartek Iwańczuk
2020-08-11
doc: Remove detailed / summary distinction (#6818)
Valentin Anger
2020-08-10
feat(doc): handle imports (#6987)
Bartek Iwańczuk
2020-07-31
upgrade: deno_lint, dprint, swc (#6928)
Bartek Iwańczuk
2020-07-12
feat(doc): Improve terminal printer (#6594)
Valentin Anger
2020-06-29
refactor: util functions take slices instead of heap values (#6547)
Valentin Anger
2020-06-28
fix(cli/doc): doc printer missing [] around tuple type (#6523)
Valentin Anger
2020-06-03
feat(doc): handle detail output for enum (#6078)
uki00a
2020-06-01
fix(doc): remove JSDoc comment truncation (#6031)
Matt Dumler
2020-05-19
fix(doc): crash on formatting type predicate (#5651)
Ryan Dahl
2020-04-14
fix(doc): Added extends field to interface (#4739)
Luca Casonato
2020-04-14
fix(doc): expose optionality in function params and class members (#4738)
Luca Casonato
2020-04-03
upgrade dprint to 0.9.10 (#4601)
Bartek Iwańczuk
2020-04-03
"deno doc" parses the "implements" clause of a class def (#4604)
Ondřej Žára
2020-04-03
`deno doc` parses super-class names (#4595)
Ondřej Žára
2020-03-29
fix(doc): Safely deal with optional type (#4526)
Luca Casonato
2020-03-28
feat: Added colors to doc output (#4518)
Luca Casonato
2020-03-28
feat: Add "deno doc" subcommand (#4500)
Bartek Iwańczuk