aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/src/dotty/tools
Commit message (Collapse)AuthorAgeFilesLines
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-2229-3103/+0
|
* Merge GenericType, TypeLambda and PolyTypeMartin Odersky2016-10-121-1/+1
|
* Separate `ContextDocstrings` from `Context` and make it pluggableFelix Mulder2016-10-065-14/+35
|
* Implement docbase as propertyFelix Mulder2016-10-068-14/+43
|
* Typecheck usecases in fresh local scopeFelix Mulder2016-10-061-1/+1
|
* Move docstring cooking to dottyFelix Mulder2016-10-064-580/+12
|
* Move docstring parser to dottydoc miniphaseFelix Mulder2016-10-064-141/+70
|
* Fix cooking of docstringsFelix Mulder2016-10-062-2/+2
|
* Fix name clashes because of `@usecase`Felix Mulder2016-10-061-1/+1
|
* Add `UsecasePhase` to dottydocFelix Mulder2016-10-062-1/+28
|
* 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-064-6/+27
| | | | | 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-218-23/+76
|
* Add `ImplicitlyAddedEntity` as a common trait for implicitly added membersFelix Mulder2016-08-191-4/+6
|
* Properly materialize supertype linksFelix Mulder2016-08-194-31/+45
|
* Add documentation to dottydoc APIFelix Mulder2016-08-194-6/+69
|
* Implement dotty bridge for docFelix Mulder2016-08-193-20/+30
|
* Implement working docs requiring manually specifying resources and template ↵Felix Mulder2016-08-195-74/+7
| | | | for html docs
* Implement bridge that generates json on `doc` commandFelix Mulder2016-08-193-2/+15
|
* Add scaladoc interface stubFelix Mulder2016-08-192-1/+16
|
* Add `currentEntity` to templating APIFelix Mulder2016-08-191-2/+4
|
* Remove client from dottydoc - no more Scala.JS deps!Felix Mulder2016-08-1928-0/+3539