summaryrefslogtreecommitdiff
path: root/test/scaladoc
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-225-0/+0
|\
| * unset inappropriate execute bitsSeth Tisue2015-09-025-0/+0
* | Merge branch '2.11.x' into 2.12.xAdriaan Moors2015-08-051-2/+2
|\|
| * ScalaDoc fixes for library and library-auxJanek Bogucki2015-07-281-2/+2
| * Ignore OpenJDK warnings in partest filtersLukas Rytz2015-07-231-0/+1
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-246-4/+29
|\|
| * Fix 36 typos (d-f)Janek Bogucki2015-06-211-1/+1
| * Fix another several typosMichał Pociecha2015-06-182-2/+2
| * Fix some typos (a-c)Janek Bogucki2015-06-181-1/+1
| * SI-8210 Scaladoc: Fix the false negative @inheritdoc warning on accessorsKato Kazuyoshi2015-05-272-0/+25
* | Require and target Java 8Jason Zaugg2015-05-261-0/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-014-2/+67
|\|
| * Merge pull request #4461 from adriaanm/rebase-4446Adriaan Moors2015-04-221-1/+1
| |\
| | * Fix many typosMichał Pociecha2015-04-211-1/+1
| * | SI-4476 add an index of deprecated members to scaladocAntoine Gourlay2015-04-223-1/+66
| |/
* | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-214-3/+88
|\|
| * SI-5795 empty scaladoc tags should be omitted from outputAntoine Gourlay2015-04-022-0/+67
| * fix scaladoc issue with parsing of empty tagsAntoine Gourlay2015-04-022-3/+21
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-0/+8
|\|
| * Fix the Scaladoc tests under Java 8Jason Zaugg2015-02-191-0/+8
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-295-5/+5
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-145-5/+5
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-294-0/+86
|\|
| * SI-5730 hide constructors of sealed abstract classes in scaladocAntoine Gourlay2014-11-072-0/+37
| * SI-6626 make @throws tags create links to exceptionsAntoine Gourlay2014-11-052-0/+49
* | Merge commit 'abd595d' into merge/2.11.x-to-2.12.x-20140915Jason Zaugg2014-09-164-3/+47
|\|
| * Merge pull request #3951 from pawel-wiejacha/2.11.x_SI-8810_fixGrzegorz Kossakowski2014-09-032-3/+10
| |\
| | * SI-8810 scaladoc: fixed code block indentation normalizationPaweł Wiejacha2014-09-032-3/+10
| * | SI-8113 allow a newline between a link target and titleAntoine Gourlay2014-09-032-0/+37
* | | Merge branch 'merge/2.10-to-2.11-sept-2' into merge/2.11-to-2.12-is-it-really...Lukas Rytz2014-09-022-0/+19
|\| |
| * | Merge commit 'b5759ef' into merge/2.10-to-2.11-sept-2Lukas Rytz2014-09-022-0/+19
| |\ \
| | * | Prevent SI-8314 by adding a testKato Kazuyoshi2014-07-312-0/+19
* | | | Merge commit '01f2d27' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-022-0/+33
|\| | |
| * | | Merge pull request #3883 from gourlaysama/wip/t8557Vlad Ureche2014-07-152-0/+33
| |\ \ \ | | |_|/ | |/| |
| | * | SI-8557 make scaladoc normalize paths of external jars.Antoine Gourlay2014-07-152-0/+33
* | | | Merge pull request #3928 from kzys/dup-html-idsGrzegorz Kossakowski2014-09-021-4/+9
|\ \ \ \
| * | | | Scaladoc: the value of an id attribute must be unique within a documentKato Kazuyoshi2014-08-131-4/+9
| |/ / /
* / / / Prevent SI-7905 by adding a testKato Kazuyoshi2014-07-312-0/+37
|/ / /
* / / SI-8672 Better end-of-sentence detection for ScaladocJason Zaugg2014-06-202-0/+36
|/ /
* | Merge commit 'ec05aeb' into topic/merge-2.10.xJason Zaugg2014-05-082-0/+33
|\|
| * SI-8479 Fix constructor default args under scaladocJason Zaugg2014-04-072-0/+33
* | Merge pull request #3685 from VladUreche/issue/8514-masterJason Zaugg2014-04-212-0/+24
|\ \
| * | SI-8514 Remove scaladoc html inconsistenciesVlad Ureche2014-04-182-0/+24
* | | SI-8144 permalinks in scaladocMarcin Kubala2014-03-142-4/+79
|/ /
* | SI-8407 "symbol not found" in Scaladoc use cases: warning onlyJason Zaugg2014-03-132-0/+24
* | SI-8229 Source compatible name for implicit any2stringaddJason Zaugg2014-02-182-2/+2
* | SI-4014 Scaladoc omits @authorKonstantin Fedorov2014-02-024-2/+59
* | SI-7124 make macro definitions prettier in scaladocAntoine Gourlay2014-01-312-0/+25
* | *boxContext => *box.Context , *boxMacro => *box.MacroEugene Burmako2014-01-122-4/+4
* | Use macro expandee, rather than expansion, in pres. compilerJason Zaugg2014-01-084-1/+27