Skip to content

Commit 6fceb39

Browse files
committed
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.
1 parent 72b855f commit 6fceb39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scaladoc/scala/tools/nsc/doc/Settings.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,9 +212,10 @@ class Settings(error: String => Unit, val printMsg: String => Unit = println(_))
212212
// For improved help output.
213213
def scaladocSpecific = Set[Settings#Setting](
214214
docformat, doctitle, docfooter, docversion, docUncompilable, docsourceurl, docgenerator, docRootContent, useStupidTypes,
215+
docExternalDoc,
215216
docAuthor, docDiagrams, docDiagramsDebug, docDiagramsDotPath,
216217
docDiagramsDotTimeout, docDiagramsDotRestart,
217-
docImplicits, docImplicitsDebug, docImplicitsShowAll, docImplicitsHide,
218+
docImplicits, docImplicitsDebug, docImplicitsShowAll, docImplicitsHide, docImplicitsSoundShadowing,
218219
docDiagramsMaxNormalClasses, docDiagramsMaxImplicitClasses,
219220
docNoPrefixes, docNoLinkWarnings, docRawOutput, docSkipPackages,
220221
docExpandAllTypes, docGroups

0 commit comments

Comments
 (0)