summaryrefslogtreecommitdiff
path: root/test/scaladoc
Commit message (Collapse)AuthorAgeFilesLines
...
* [scaladoc] Don't create broken link to private ...Kato Kazuyoshi2011-03-292-0/+29
| | | | | | [scaladoc] Don't create broken link to private companion object. Closes #4374. Review by pedrofurla.
* [scaladoc] Cleanup code. No review.Kato Kazuyoshi2011-03-293-7/+12
|
* [scaladoc] Add a test of colon and parentheses ...Kato Kazuyoshi2011-03-292-0/+17
| | | | | [scaladoc] Add a test of colon and parentheses (#4372). No review.
* [scaladoc] Cleanup tests. No review.Kato Kazuyoshi2011-03-261-71/+35
|
* [scaladoc] Add a test for #4180. No review.Kato Kazuyoshi2011-03-252-0/+9
|
* [scaladoc] Stop wiki syntax parsing inside HTML.Kato Kazuyoshi2011-03-253-8/+63
|
* [scaladoc] Closes #4366. Review by pedrofurla.Kato Kazuyoshi2011-03-223-0/+64
|
* [scaladoc] Add a test for #4306.Kato Kazuyoshi2011-03-212-10/+19
|
* [scaladoc] Add a test for #4361.Kato Kazuyoshi2011-03-211-0/+22
|
* [scaladoc] Add HtmlFactoryTest and reorganize d...Kato Kazuyoshi2011-03-214-0/+108
| | | | | | [scaladoc] Add HtmlFactoryTest and reorganize directory structure. Reviewed by pedrofurla.
* [scaladoc] Likely fix for broken build.Gilles Dubochet2011-02-041-2/+9
|
* [scaladoc] Fixed failing test.Gilles Dubochet2011-01-241-0/+102
|
* Disabled failing test, no review.Paul Phillips2011-01-231-107/+0
|
* Added more complete output if tests fail.Aleksandar Pokopec2010-10-082-0/+2
| | | | | | | | | Log file is printed now right away if: - test fails due to an exception thrown in the a test - test fails due to a ScalaCheck test fail - test fails due to compiler errors in ScalaCheck tests Review by extempore.
* Fixed a failing test. No reviewAleksandar Pokopec2010-10-061-9/+19
|
* Added back a failing test. No review.Aleksandar Pokopec2010-10-051-0/+96
|
* Disabled a failing scaladoc test. No review.Aleksandar Pokopec2010-10-051-96/+0
|
* [scaladoc] JavaScript template search uses a st...Gilles Dubochet2010-09-301-0/+96
| | | | | | | [scaladoc] JavaScript template search uses a statically built index to considerably increase performance. Contributed by Kato Kazuyoshi. Review by dubochet.
* [scaladoc] Adds some simple tests for Scaladoc ...Gilles Dubochet2010-09-211-0/+68
[scaladoc] Adds some simple tests for Scaladoc (using Scalacheck). Contributed by Kato Kazuyosh. No review.