summaryrefslogtreecommitdiff
path: root/src/scaladoc
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-11-23 21:24:43 +0100
committerLukas Rytz <lukas.rytz@typesafe.com>2015-11-23 21:24:43 +0100
commit9ed51f21fa73011c8f60e224e8228035330dcfa0 (patch)
treef02189756e3cff4624b550ffd3d3206205ec3fd0 /src/scaladoc
parent209d8d4cde2320cc3d7f001c9461797862201905 (diff)
parentd9068b3358e8549ba7c36e083b39fa47bdfd4a6c (diff)
downloadscala-9ed51f21fa73011c8f60e224e8228035330dcfa0.tar.gz
scala-9ed51f21fa73011c8f60e224e8228035330dcfa0.tar.bz2
scala-9ed51f21fa73011c8f60e224e8228035330dcfa0.zip
Merge pull request #4849 from janekdb/2.11.x-remove-lagged-scaladoc-setttings-notes
Remove notes about -doc-title and -doc-version not being used
Diffstat (limited to 'src/scaladoc')
-rw-r--r--src/scaladoc/scala/tools/nsc/doc/Settings.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scaladoc/scala/tools/nsc/doc/Settings.scala b/src/scaladoc/scala/tools/nsc/doc/Settings.scala
index dfa326406b..a63ed1abe8 100644
--- a/src/scaladoc/scala/tools/nsc/doc/Settings.scala
+++ b/src/scaladoc/scala/tools/nsc/doc/Settings.scala
@@ -25,7 +25,7 @@ class Settings(error: String => Unit, val printMsg: String => Unit = println(_))
)
/** A setting that defines the overall title of the documentation, typically the name of the library being
- * documented. ''Note:'' This setting is currently not used. */
+ * documented. */
val doctitle = StringSetting (
"-doc-title",
"title",
@@ -34,7 +34,7 @@ class Settings(error: String => Unit, val printMsg: String => Unit = println(_))
)
/** A setting that defines the overall version number of the documentation, typically the version of the library being
- * documented. ''Note:'' This setting is currently not used. */
+ * documented. */
val docversion = StringSetting (
"-doc-version",
"version",