aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/util
Commit message (Collapse)AuthorAgeFilesLines
* Add some basic stats to ddocFelix Mulder2017-02-221-2/+2
|
* Add position based error reporting to dottydocFelix Mulder2017-02-011-0/+11
|
* Fix `setParent` for `TypeAlias` and only recurse from rootFelix Mulder2017-01-311-0/+4
| | | | | | 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
* Allow links in static site to reference API entitiesFelix Mulder2017-01-311-0/+1
|
* Fix insertion of package nodes in doc ASTFelix Mulder2017-01-312-0/+20
|
* Rewire `MemberLookup` to return `Option[Entity]`Felix Mulder2017-01-311-8/+13
| | | | | | | 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.
* Implement remainder of type membersFelix Mulder2017-01-311-7/+1
|
* Improve member lookupFelix Mulder2017-01-311-4/+12
|
* Fix dotty docs gen, scrollFelix Mulder2017-01-311-125/+0
|
* Add markdown parsing to dottydocFelix Mulder2017-01-311-9/+5
|
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-225-0/+323