summaryrefslogtreecommitdiff
path: root/src/scaladoc
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-11-18 11:44:02 +0000
committerJanek Bogucki <janekdb@gmail.com>2015-11-18 11:44:02 +0000
commit6fceb3952b0f58095e1ac8727d9f368adc1fcae1 (patch)
treeb5884dfa4ea9573eff5a6dadb17c9b19e06bbe35 /src/scaladoc
parent72b855f978b1d2695ca4a2ae942a537c6a6e8f54 (diff)
downloadscala-6fceb3952b0f58095e1ac8727d9f368adc1fcae1.tar.gz
scala-6fceb3952b0f58095e1ac8727d9f368adc1fcae1.tar.bz2
scala-6fceb3952b0f58095e1ac8727d9f368adc1fcae1.zip
Add two missed scaladoc commands into scaladoc specific help section
Prior to this change these scaladoc options were buried in the scalac section of the help text, -doc-external-doc -implicits-sound-shadowing With this change the options are listed in the scaladoc section. This will make the commands easier to discover.
Diffstat (limited to 'src/scaladoc')
-rw-r--r--src/scaladoc/scala/tools/nsc/doc/Settings.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scaladoc/scala/tools/nsc/doc/Settings.scala b/src/scaladoc/scala/tools/nsc/doc/Settings.scala
index 90efa4e595..86ceea0b7d 100644
--- a/src/scaladoc/scala/tools/nsc/doc/Settings.scala
+++ b/src/scaladoc/scala/tools/nsc/doc/Settings.scala
@@ -212,9 +212,10 @@ class Settings(error: String => Unit, val printMsg: String => Unit = println(_))
// For improved help output.
def scaladocSpecific = Set[Settings#Setting](
docformat, doctitle, docfooter, docversion, docUncompilable, docsourceurl, docgenerator, docRootContent, useStupidTypes,
+ docExternalDoc,
docAuthor, docDiagrams, docDiagramsDebug, docDiagramsDotPath,
docDiagramsDotTimeout, docDiagramsDotRestart,
- docImplicits, docImplicitsDebug, docImplicitsShowAll, docImplicitsHide,
+ docImplicits, docImplicitsDebug, docImplicitsShowAll, docImplicitsHide, docImplicitsSoundShadowing,
docDiagramsMaxNormalClasses, docDiagramsMaxImplicitClasses,
docNoPrefixes, docNoLinkWarnings, docRawOutput, docSkipPackages,
docExpandAllTypes, docGroups