From 4fad8b1ed1ad2978910f435145aa04eb4703ffb8 Mon Sep 17 00:00:00 2001 From: exoego Date: Fri, 19 Jul 2019 06:32:12 +0900 Subject: [PATCH] Instruct --help command as manual, sice nightly/docs are removed. --- _overviews/scaladoc/generate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scaladoc/generate.md b/_overviews/scaladoc/generate.md index 4c26f39a08..31b1b84428 100644 --- a/_overviews/scaladoc/generate.md +++ b/_overviews/scaladoc/generate.md @@ -46,7 +46,7 @@ This will put the HTML in the current directory. This is probably not what you $ scaladoc -d build/ src/main/scala/App.scala -For more information on the `scaladoc` command and what other command-line options it supports, see the [scaladoc man page](https://www.scala-lang.org/files/archive/nightly/docs/manual/html/scaladoc.html). +For more information on the `scaladoc` command and what other command-line options it supports, see the `scaladoc --help`. This command is harder to operate with more complex projects containing both multiple Scala source files and library dependencies. This is why using sbt (see above) is easier and better suited for generating Scaladoc.