aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/src/dotty/tools/dottydoc/model
Commit message (Collapse)AuthorAgeFilesLines
* Move docstring cooking to dottyFelix Mulder2016-10-062-568/+0
|
* Move docstring parser to dottydoc miniphaseFelix Mulder2016-10-061-98/+0
|
* Fix cooking of docstringsFelix Mulder2016-10-061-1/+1
|
* Add `Comments` object instead of `Scanners.Comment` case classFelix Mulder2016-10-061-2/+2
|
* Add symbols to Doc AST, needed for `@usecase`Felix Mulder2016-10-062-0/+12
| | | | | Also eliminates the need for comment processing to be part of the `DocASTPhase`, so this should be put into a DocMiniPhase
* Add phase to deal with constructorsFelix Mulder2016-08-214-13/+28
|
* Add `ImplicitlyAddedEntity` as a common trait for implicitly added membersFelix Mulder2016-08-191-4/+6
|
* Properly materialize supertype linksFelix Mulder2016-08-191-11/+11
|
* Add documentation to dottydoc APIFelix Mulder2016-08-191-1/+1
|
* Remove client from dottydoc - no more Scala.JS deps!Felix Mulder2016-08-1915-0/+2531