aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix insertion of package nodes in doc ASTFelix Mulder2017-01-313-47/+105
|
* Link companions in doc ASTFelix Mulder2017-01-313-5/+55
|
* Fix removal of trailing ordered list and toc children instead of membersFelix Mulder2017-01-311-1/+1
|
* Harmonize package objects and packages in Doc ASTFelix Mulder2017-01-311-0/+35
|
* Add ability to remove nodes from tree in AST traversalFelix Mulder2017-01-311-12/+19
|
* 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 `genDocs` command to sbt in order to generate docsFelix Mulder2017-01-312-2/+10
|
* Implement remainder of type membersFelix Mulder2017-01-312-6/+24
|
* Don't collect param accessors in `DocASTPhase`Felix Mulder2017-01-311-3/+5
|
* Add distinction between `var` and `val`Felix Mulder2017-01-312-1/+5
|
* Add `TypeAlias` to docsFelix Mulder2017-01-312-1/+18
|
* Add annotations to doc ASTFelix Mulder2017-01-313-6/+16
|
* Remove `Context` from site generationFelix Mulder2017-01-311-12/+0
|
* Add initial page rendering using liquid and yaml front matterFelix Mulder2017-01-311-1/+4
|
* Implement shortening of Markdown AST for summariesFelix Mulder2017-01-311-1/+0
|
* Add ability to completely parse docstring with md or wikiFelix Mulder2017-01-311-2/+3
|
* Add markdown parsing to dottydocFelix Mulder2017-01-313-4/+14
|
* 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-229-0/+690