summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/doc/Settings.scala
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-02-25 01:02:10 +0100
committerJason Zaugg <jzaugg@gmail.com>2013-02-25 09:56:40 +0100
commitd6527d5083d77f67d08749b800938c97e0fcf13a (patch)
treee4bda9e5d8c56ca8ce7375e7e4de19bb479d1722 /src/compiler/scala/tools/nsc/doc/Settings.scala
parent6d94b35270485a5ec64f32035537c3c4c0f02dae (diff)
downloadscala-d6527d5083d77f67d08749b800938c97e0fcf13a.tar.gz
scala-d6527d5083d77f67d08749b800938c97e0fcf13a.tar.bz2
scala-d6527d5083d77f67d08749b800938c97e0fcf13a.zip
Address some Scaladocrot
- @param tags whose name drifted from the corresponding parameter - Remove or complete a few stray stub comments (@param foo ...) - Use @tparam where appropriate.
Diffstat (limited to 'src/compiler/scala/tools/nsc/doc/Settings.scala')
-rw-r--r--src/compiler/scala/tools/nsc/doc/Settings.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/doc/Settings.scala b/src/compiler/scala/tools/nsc/doc/Settings.scala
index 75312e2279..90b94e1336 100644
--- a/src/compiler/scala/tools/nsc/doc/Settings.scala
+++ b/src/compiler/scala/tools/nsc/doc/Settings.scala
@@ -11,7 +11,7 @@ import scala.language.postfixOps
/** An extended version of compiler settings, with additional Scaladoc-specific options.
* @param error A function that prints a string to the appropriate error stream
- * @param print A function that prints the string, without any extra boilerplate of error */
+ * @param printMsg A function that prints the string, without any extra boilerplate of error */
class Settings(error: String => Unit, val printMsg: String => Unit = println(_)) extends scala.tools.nsc.Settings(error) {
/** A setting that defines in which format the documentation is output. ''Note:'' this setting is currently always