aboutsummaryrefslogtreecommitdiff
path: root/doc-tool
Commit message (Expand)AuthorAgeFilesLines
...
* Add scala-logo svgFelix Mulder2017-01-316-8/+53
* Port old site to dottydocFelix Mulder2017-01-311-12/+3
* Add blog layoutFelix Mulder2017-01-315-7/+71
* Add `site.posts` and make DefaultParams typesafeFelix Mulder2017-01-314-16/+142
* Add `firstParagraph` to `Page`Felix Mulder2017-01-311-0/+28
* Unwrap strings in YAML front-matterFelix Mulder2017-01-311-1/+5
* Remove `Context` from site generationFelix Mulder2017-01-314-25/+26
* Make `Page#yaml` be `Map[String, String | List[String]]`Felix Mulder2017-01-313-9/+12
* Add `reverse` filterFelix Mulder2017-01-311-5/+9
* Add blog genFelix Mulder2017-01-312-18/+70
* Allow extras in main templateFelix Mulder2017-01-311-3/+15
* Better naming in doc layoutFelix Mulder2017-01-311-7/+7
* Add initial defaults to page generationFelix Mulder2017-01-3114-64/+420
* Add static site gen to dottydoc mainFelix Mulder2017-01-313-7/+82
* Implement site structure discoveryFelix Mulder2017-01-313-10/+92
* Implement `{% include 'template' %}` featureFelix Mulder2017-01-317-41/+125
* Preserve `page` object on expansionFelix Mulder2017-01-313-4/+44
* Fix recursive expansion of templatesFelix Mulder2017-01-315-15/+44
* Add beginnings of Site classFelix Mulder2017-01-313-0/+139
* Add `Page` trait with concrete classes for HTML and MDFelix Mulder2017-01-312-13/+83
* Add initial page rendering using liquid and yaml front matterFelix Mulder2017-01-313-1/+123
* Implement shortening of Markdown AST for summariesFelix Mulder2017-01-315-35/+163
* Add ability to completely parse docstring with md or wikiFelix Mulder2017-01-313-7/+142
* Factor out WikiParser from CommentParserFelix Mulder2017-01-313-654/+591
* Add markdown parsing to dottydocFelix Mulder2017-01-319-57/+385
* Rename `DottyTest` in dottydoc to `DottyDocTest`Felix Mulder2017-01-316-8/+6
* Split Dottydoc.scala into separate filesFelix Mulder2017-01-315-90/+107
* Fix doc compilation of dotty itselfFelix Mulder2017-01-311-1/+6
* Remove dead code from pattern match in doc factoriesFelix Mulder2017-01-311-2/+0
* Add test programs to generate docsFelix Mulder2017-01-312-2/+76
* Fix doc package structureFelix Mulder2017-01-312-10/+7
* Make dottydoc main available for Java instancesFelix Mulder2017-01-314-28/+33
* Merge pull request #1880 from dotty-staging/improve-whitelist-infrastructureodersky2017-01-121-13/+3
|\
| * Add stdlib whitelist loader.Nicolas Stucki2017-01-051-13/+3
* | Bump version from 0.1-SNAPSHOT to 0.1.1-SNAPSHOTGuillaume Martres2017-01-081-1/+1
|/
* Fix dottydoc ast phaseFelix Mulder2016-12-201-1/+1
* Fix #1794: handle TermRef result types in dottydocFelix Mulder2016-12-192-25/+42
* Fix remaining tests with incorrect paths following moveGuillaume Martres2016-11-222-3/+3
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-2235-0/+3776