summaryrefslogtreecommitdiff
path: root/src/scaladoc/scala/tools/nsc/doc/DocFactory.scala
Commit message (Collapse)AuthorAgeFilesLines
* Add summary reporting to Scaladoc (#5063)Felix Mulder2016-05-131-2/+14
|
* Remove unused classes from ScaladocFelix Mulder2016-03-141-5/+0
| | | | | | | | | | | | Several elements of the old Scaladoc are not in use anymore. To help with any reverting, the removal of these is done in a single commit (this one). The removal includes: - Old `Index`, the old top "index.html" - The letter index (with "_" and "deprecated") - The old `Template` which is superceded by `Entity`
* SI-8292 report error when scaladoc fails to find doclet.Antoine Gourlay2014-07-011-3/+3
|
* Fix typo in log message.Daniel Darabos2014-03-031-1/+1
|
* SI-7261 Implicit conversion of BooleanSetting to Boolean and BooleanFlagSom Snytt2013-03-271-1/+1
| | | | | | | This commit shortens expressions of the form `if (settings.debug.value)` to `if (settings.debug)` for various settings. Rarely, the setting is supplied as a method argument. The conversion is not employed in simple definitions where the Boolean type would have to be specified.
* Moved scaladoc sources into separate directory.Paul Phillips2013-03-091-0/+132
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.