-
The current `sbt scalastyle` target does not validate the presence & structural correctness of the ScalaDoc on public members.
Find out if `scalastyle` can verify ScalaDoc, or find a solution that c…
-
Hi,
I've added scaladocs by jar files, I tried extracted them to SCALA_HOME/docs and also I put source code to SCALA_HOME/src, no success for those attempts.
I saw this page http://blogtrader.net/…
-
Adding a scaladoc comment to the start of a template file like the example from the documentation:
```
@*************************************
* Home page. *
* …
-
The cats website now points you to javadoc.io for accessing the scaladoc. However you can also still access https://typelevel.org/cats/api/cats/index.html which gives you all the docs for some very ol…
-
I am getting this error when attempting `:ScalaDoc` in a scala file.
`:help scaladoc` works and displays the help text.
Python support is enabled (compile flag `+python`) and many other plugins work…
-
## steps
`publishLocal` always runs Scaladoc. I cannot think of any case where this is useful, I'm open to ideas.
## problem
1. Slows down `publishLocal`.
1.1. Relevant for sbt plugins.
1.2…
-
Links to JDK APIs in the generated scaladoc seem to be incorrect. Two examples:
- In the [Cats Effect](https://typelevel.org/cats-effect/api/3.x/cats/effect/std/SecureRandom$.html#javaSecuritySecur…
-
The links are not obvious to find
open http://www.scala-js.org/
click documentation
click Scala.js API on the navigation on the bottom right (no mention of Scaladoc, the term used is Api)
I pr…
-
- https://www.scala-sbt.org/1.x/api/xsbti/ComponentProvider.html
- https://www.scala-sbt.org/1.x/api/xsbti/AppMain.html
`git grep "/api/xsbt"`
```
src/reference/05-Faq/00.md:339:[xsbti.Co…
-
It is impossible (or isn't it?) to document variables separately in tuple declaration. For example:
`/** LaLaLa */`
`val (l1, l2) = myList.span(...)`
This results in "LaLaLa" appearing next to bot…