summaryrefslogtreecommitdiff
path: root/src/scaladoc/scala/tools/ant/Scaladoc.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add summary reporting to Scaladoc (#5063)Felix Mulder2016-05-131-2/+2
|
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-3/+1
| | | | | | | | | | - Language imports are preceding other imports - Deleted empty file: InlineErasure - Removed some unused private[parallel] methods in scala/collection/parallel/package.scala This removes hundreds of warnings when compiling with "-Xlint -Ywarn-dead-code -Ywarn-unused -Ywarn-unused-import".
* Fix many typos in docs and commentsmpociecha2014-12-141-1/+1
| | | | | | | | | | | | | This commit corrects many typos found in scaladocs, comments and documentation. It should reduce a bit number of PRs which fix one typo. There are no changes in the 'real' code except one corrected name of a JUnit test method and some error messages in exceptions. In the case of typos in other method or field names etc., I just skipped them. Obviously this commit doesn't fix all existing typos. I just generated in IntelliJ the list of potential typos and looked through it quickly.
* deprecate Pair and TripleDen Shabalin2013-11-201-3/+3
|
* Moved scaladoc sources into separate directory.Paul Phillips2013-03-091-0/+695
This change is not externally visible. It moves the scaladoc sources into src/scaladoc and adds an ant target for building them. The compilation products are still packaged into scala-compiler.jar as before, but with a small change to build.xml a separate jar can be created instead.