summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/doc/Settings.scala
diff options
context:
space:
mode:
authorVlad Ureche <vlad.ureche@gmail.com>2012-06-08 01:14:17 +0200
committerEugene Burmako <xeno.by@gmail.com>2012-06-08 15:34:45 +0200
commit94db9d983cdd28c053e568b6185fe2494bd7ffec (patch)
treecfe978c998772eaba085fbe7925b8b0bd10ee8fe /src/compiler/scala/tools/nsc/doc/Settings.scala
parent0c153ee15e714e0ca8752151012b8f1fa9642983 (diff)
downloadscala-94db9d983cdd28c053e568b6185fe2494bd7ffec.tar.gz
scala-94db9d983cdd28c053e568b6185fe2494bd7ffec.tar.bz2
scala-94db9d983cdd28c053e568b6185fe2494bd7ffec.zip
Reverting 22c8dec5 and preventing bootstapping in scaladoc
Review by @dragos, @jsuereth. Required bootstrapping because the starr was ant tasks were invoking locker with -Ysourcepath instead of -sourcepath.
Diffstat (limited to 'src/compiler/scala/tools/nsc/doc/Settings.scala')
-rw-r--r--src/compiler/scala/tools/nsc/doc/Settings.scala10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/compiler/scala/tools/nsc/doc/Settings.scala b/src/compiler/scala/tools/nsc/doc/Settings.scala
index 9a732c308f..4458889d55 100644
--- a/src/compiler/scala/tools/nsc/doc/Settings.scala
+++ b/src/compiler/scala/tools/nsc/doc/Settings.scala
@@ -62,15 +62,7 @@ class Settings(error: String => Unit) extends scala.tools.nsc.Settings(error) {
}
/** A setting that defines a URL to be concatenated with source locations and show a link to source files.
- * If needed the docSourcePath option can be used to exclude undesired initial part of the link to sources */
- val docSourcePath = PathSetting (
- "-doc-source-path",
- "The prefix in all source file paths. Will be stripped off all paths before URLs are generated.",
- ""
- )
-
- /** A setting that defines a URL to be concatenated with source locations and show a link to source files.
- * If needed the docSourcePath option can be used to exclude undesired initial part of the link to sources */
+ * If needed the sourcepath option can be used to exclude undesired initial part of the link to sources */
val docsourceurl = StringSetting (
"-doc-source-url",
"url",