aboutsummaryrefslogtreecommitdiff
path: root/doc-tool/test
Commit message (Collapse)AuthorAgeFilesLines
* Remove verbose prints in dottydoc testsFelix Mulder2017-03-292-7/+41
|
* doc-tool/test: Workaround #2112Guillaume Martres2017-03-201-1/+2
|
* Fix procedure syntax in JavaConvertersValthor Halldorsson2017-03-191-6/+6
|
* address feedback on #2074Valthor Halldorsson2017-03-141-68/+277
| | | | | | | | - Added tests to ensure that the results of serialization match their pre-serialization values. - Removed unused parameter `extras` from Entity.asJava() implicit methods. - Removed _root_ imports - Fixed several code style issues
* consolidate entity serialization into single classValthor Halldorsson2017-03-101-0/+111
| | | | | | - refactored JavaEntity to be DRY with respect to repeating the serialization of fields shared by many types of entities - added tests
* Fix classpaths in dottydoc testsFelix Mulder2017-02-033-24/+26
|
* Add position based error reporting to dottydocFelix Mulder2017-02-014-55/+80
|
* Refactor templates and pages to deal with `SourceFile`Felix Mulder2017-02-013-30/+66
| | | | | This commit is the first step towards having reportable errors in the template files
* Remove JSON, already provided by JacksonFelix Mulder2017-01-311-24/+0
|
* Remove faulty dottydoc APIFelix Mulder2017-01-311-1/+1
|
* Fix javadoc indentation style parsingFelix Mulder2017-01-311-0/+83
|
* Document dottydoc capabilities, add anchored headersFelix Mulder2017-01-311-1/+1
|
* Allow links in static site to reference API entitiesFelix Mulder2017-01-311-0/+4
|
* Fix insertion of package nodes in doc ASTFelix Mulder2017-01-313-16/+16
|
* Harmonize package objects and packages in Doc ASTFelix Mulder2017-01-313-16/+16
|
* Allow custom project nameFelix Mulder2017-01-312-3/+5
|
* Fix dotty docs gen, scrollFelix Mulder2017-01-311-25/+8
|
* Add annotations to doc ASTFelix Mulder2017-01-313-15/+16
|
* Add basic API generation from templatesFelix Mulder2017-01-311-6/+4
|
* Port old site to dottydocFelix Mulder2017-01-311-12/+3
|
* Add blog layoutFelix Mulder2017-01-311-1/+1
|
* Make `Page#yaml` be `Map[String, String | List[String]]`Felix Mulder2017-01-311-2/+2
| | | | | YAML front matter can be lists, unfortunately we don't have union types in scala 2
* Add initial defaults to page generationFelix Mulder2017-01-311-5/+8
|
* Add static site gen to dottydoc mainFelix Mulder2017-01-311-4/+5
|
* Implement site structure discoveryFelix Mulder2017-01-311-10/+22
|
* Implement `{% include 'template' %}` featureFelix Mulder2017-01-312-13/+33
|
* Preserve `page` object on expansionFelix Mulder2017-01-311-0/+22
|
* Fix recursive expansion of templatesFelix Mulder2017-01-312-7/+25
|
* Add beginnings of Site classFelix Mulder2017-01-311-0/+40
|
* Add `Page` trait with concrete classes for HTML and MDFelix Mulder2017-01-311-3/+40
|
* Add initial page rendering using liquid and yaml front matterFelix Mulder2017-01-311-0/+69
|
* Implement shortening of Markdown AST for summariesFelix Mulder2017-01-311-1/+63
|
* Add markdown parsing to dottydocFelix Mulder2017-01-313-1/+248
|
* Rename `DottyTest` in dottydoc to `DottyDocTest`Felix Mulder2017-01-316-8/+6
|
* Split Dottydoc.scala into separate filesFelix Mulder2017-01-311-5/+5
|
* Add test programs to generate docsFelix Mulder2017-01-312-2/+76
|
* Merge pull request #1880 from dotty-staging/improve-whitelist-infrastructureodersky2017-01-121-13/+3
|\ | | | | Improve whitelist infrastructure.
| * 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
|/ | | | | | | | | | | | | | This is useful for two reasons: - All published Scala versions are of the form a.b.c and some tooling expect that, like sbt CrossVersion API. - Using 0.1.1 instead of 0.1.0 means that we match the version number of dotty-sbt-bridge, this is simpler and means that in the future sbt could automatically choose the correct version of dotty-sbt-bridge so that the user does not need to specify scalaCompilerBridgeSource in his build.sbt Note: it's awful that we have hardcoded paths to jars and that I had to change them, but I won't fix that now.
* Fix remaining tests with incorrect paths following moveGuillaume Martres2016-11-222-3/+3
|
* Move `dottydoc` -> `doc-tool`Felix Mulder2016-11-226-0/+673