summaryrefslogtreecommitdiff
path: root/src/scaladoc
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge commit '1b7e660' into merge-2.11-may-12Lukas Rytz2015-05-121-127/+0
|\|
| * Remove unused, mostly commented out doc/html/page/Source.scalaMichał Pociecha2015-05-021-127/+0
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-015-3/+74
|\|
| * SI-4476 add an index of deprecated members to scaladocAntoine Gourlay2015-04-225-3/+74
| * Merge pull request #4428 from kzys/7601-img-alt-211Lukas Rytz2015-04-092-17/+36
| |\
| | * [nomerge] SI-7601 Scaladoc: img elements must have an "alt" attributeKato Kazuyoshi2015-04-022-17/+36
* | | Merge commit 'fedbfd7' into merge/2.11-to-2.12-apr-21Lukas Rytz2015-04-212-15/+20
|\| |
| * | SI-5795 empty scaladoc tags should be omitted from outputAntoine Gourlay2015-04-021-8/+8
| * | fix scaladoc issue with parsing of empty tagsAntoine Gourlay2015-04-021-7/+10
| * | fix Scaladoc html display when there are empty tagsAntoine Gourlay2015-04-021-0/+2
| |/
| * [nomerge] SI-8940 Scaladoc: Fix "Order by Alphabetical" buttonKato Kazuyoshi2015-04-011-1/+1
* | Merge commit '32f520f' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-011-17/+17
|\|
| * SI-9038 fix scaladoc syntax highlightning to leave unicode aloneAntoine Gourlay2015-03-261-17/+17
* | Merge commit 'fcc20fe' into merge/2.11-to-2.12-apr-1Lukas Rytz2015-04-018-44/+34
|\|
| * Scaladoc js location synch more robustAdriaan Moors2015-02-201-1/+1
| * SI-9164 Fix thread safety of Scaladoc diagram generatorJason Zaugg2015-02-195-40/+18
| * SI-9148: Appends companion type to link tooltipsJustinPihony2015-02-122-3/+15
* | Merge pull request #4406 from kzys/8940-scaladoc-alphabetic-buttonLukas Rytz2015-04-011-1/+1
|\ \
| * | SI-8940 Scaladoc: Fix "Order by Alphabetical" buttonKato Kazuyoshi2015-03-251-1/+1
* | | SI-7601 Scaladoc: img elements must have an "alt" attributeKato Kazuyoshi2015-03-262-17/+36
|/ /
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-293-3/+3
|\|
| * Fix many typos in docs and commentsmpociecha2014-12-143-3/+3
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-297-10/+65
|\|
| * SI-9006 Scaladoc: explicit companion and package linksDick Wall2014-11-263-1/+35
| * No list of subclasses for Any in scaladoc, it's useless.Antoine Gourlay2014-11-151-1/+1
| * SI-8948 resurrect the scaladoc for Any/AnyRef/Nothing/Null.Antoine Gourlay2014-11-151-1/+2
| * SI-5730 hide constructors of sealed abstract classes in scaladocAntoine Gourlay2014-11-071-2/+4
| * SI-6626 make @throws tags create links to exceptionsAntoine Gourlay2014-11-053-5/+23
* | Merge commit 'eb15950' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-9/+11
|\|
| * Make Scaladoc actually exit with non-zero exit code in case of errors,David Turner2014-10-041-9/+11
* | More uniform treatment of package objectsJason Zaugg2014-11-071-1/+1
* | Merge commit 'abd595d' into merge/2.11.x-to-2.12.x-20140915Jason Zaugg2014-09-161-44/+14
|\|
| * Merge pull request #3951 from pawel-wiejacha/2.11.x_SI-8810_fixGrzegorz Kossakowski2014-09-031-42/+8
| |\
| | * SI-8810 scaladoc: fixed code block indentation normalizationPaweł Wiejacha2014-09-031-42/+8
| * | SI-8113 allow a newline between a link target and titleAntoine Gourlay2014-09-031-2/+6
| * | Merge remote-tracking branch 'upstream/2.11.x' into backportsLukas Rytz2014-08-261-3/+4
| |\ \
| * | | [backport] Rewrite explanation of doc-source-url option more clearly, and fix...Masato Sogame2014-08-111-1/+1
| * | | [backport] Update javadoc tag to new scaladoc tags.Masato Sogame2014-08-112-11/+12
* | | | Removing deprecationsFrançois Garillot2014-09-097-18/+18
* | | | Merge commit '47908f1' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-021-3/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Regularize `comment` hook methodAdriaan Moors2014-07-171-3/+4
| |/ /
* | | Merge commit '01f2d27' into merge/2.11-to-2.12-is-it-really-sept-2-already-wh...Lukas Rytz2014-09-023-3/+3
|\| |
| * | Merge pull request #3792 from som-snytt/issue/8525Lukas Rytz2014-07-161-1/+1
| |\ \
| | * | SI-8525 No anonymous lintSom Snytt2014-07-101-1/+1
| * | | Merge pull request #3883 from gourlaysama/wip/t8557Vlad Ureche2014-07-152-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | SI-8557 make scaladoc normalize paths of external jars.Antoine Gourlay2014-07-152-2/+2
* | | | Scaladoc: the value of an id attribute must be unique within a documentKato Kazuyoshi2014-08-133-20/+26
* | | | Merge pull request #3881 from pocket7878/issue/6144Grzegorz Kossakowski2014-07-252-11/+12
|\ \ \ \
| * | | | Update javadoc tag to new scaladoc tags.Masato Sogame2014-07-152-11/+12
* | | | | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2014...Jason Zaugg2014-07-142-6/+6
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /