aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/docs.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move test specific thingsVille Penttinen2019-04-091-6/+0
|
* Refactor CallInfo function signatures to new FunctionSignature typeVille Penttinen2019-04-091-0/+6
| | | | | This is used by CallInfo to create a pretty printed function signature that can be used with completions and other places as well.
* Make doc comments optionalJeremy Kolb2019-01-261-6/+1
|
* Add a commentJeremy Kolb2019-01-241-0/+1
|
* Add way of getting docs from the code model and use for completionJeremy A. Kolb2019-01-231-0/+35