aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/core/TypeLinkingPhases.scala
Commit message (Collapse)AuthorAgeFilesLines
* Make sure `TypeAlias`es get proper docstrings and linked aliasesFelix Mulder2017-02-031-0/+8
|
* Fix `setParent` for `TypeAlias` and only recurse from rootFelix Mulder2017-01-311-12/+2
| | | | | | 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-0/+6
|
* Rewire `MemberLookup` to return `Option[Entity]`Felix Mulder2017-01-311-9/+11
| | | | | | | This allows for the rendering engine to supply the base url for the site and thus being able to simplify the entity links. They now simply become `Entity#path + .html` instead of a convoluted rendering in the html renderers.
* Add markdown parsing to dottydocFelix Mulder2017-01-311-1/+1
|
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-221-0/+116