aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/src/dotty/tools/dottydoc/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix dottydoc parameter printingMartin Odersky2017-04-061-4/+1
|
* Add type params to type aliasesFelix Mulder2017-02-242-3/+12
|
* Add some basic stats to ddocFelix Mulder2017-02-225-12/+251
|
* Make sure `TypeAlias`es get proper docstrings and linked aliasesFelix Mulder2017-02-032-0/+12
|
* Add position based error reporting to dottydocFelix Mulder2017-02-012-2/+31
|
* Make sure overriden members w/o docstring inherit by defaultFelix Mulder2017-02-011-1/+15
|
* Make naked codeblocks default to ScalaFelix Mulder2017-01-311-1/+1
|
* Refactor Wiki/Markdown commentFelix Mulder2017-01-311-3/+7
|
* Fix `setParent` for `TypeAlias` and only recurse from rootFelix Mulder2017-01-312-27/+22
| | | | | | 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-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