We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed06050 commit 3576b89Copy full SHA for 3576b89
_overviews/scaladoc/generate.md
@@ -21,7 +21,7 @@ There are two ways to generate API documentation in HTML from your Scala code.
21
22
The easiest and most commonly used way to generate API documentation from your Scala code is with the build tool [sbt](https://www.scala-sbt.org).
23
24
-From the sbt console, run Scaladoc by simply running the `doc` task:
+In the sbt shell, generate Scaladoc by running `doc`:
25
26
> doc
27
[info] Main Scala API documentation to target/scala-2.12/api...
0 commit comments