aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/core/DocASTPhase.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix dottydoc parameter printingMartin Odersky2017-04-061-4/+1
|
* Add type params to type aliasesFelix Mulder2017-02-241-3/+11
|
* Add some basic stats to ddocFelix Mulder2017-02-221-3/+2
|
* Add position based error reporting to dottydocFelix Mulder2017-02-011-2/+2
|
* Fix `setParent` for `TypeAlias` and only recurse from rootFelix Mulder2017-01-311-15/+20
| | | | | | Previously all packages would be iterated through on `setParent`. With this change, only the root packages will be mutated. This gives about 30% speedup for doc compile on Dotty
* Fix insertion of package nodes in doc ASTFelix Mulder2017-01-311-21/+81
|
* Link companions in doc ASTFelix Mulder2017-01-311-1/+1
|
* Implement remainder of type membersFelix Mulder2017-01-311-1/+4
|
* Don't collect param accessors in `DocASTPhase`Felix Mulder2017-01-311-3/+5
|
* Add distinction between `var` and `val`Felix Mulder2017-01-311-1/+4
|
* Add `TypeAlias` to docsFelix Mulder2017-01-311-0/+5
|
* Add annotations to doc ASTFelix Mulder2017-01-311-6/+8
|
* Fix doc package structureFelix Mulder2017-01-311-10/+6
|
* Fix dottydoc ast phaseFelix Mulder2016-12-201-1/+1
|
* Fix #1794: handle TermRef result types in dottydocFelix Mulder2016-12-191-24/+28
|
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-221-0/+171