-
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/develop/CONTRIBUTING.md) guidelines
## steps
```scala
scala> import sbt._
import sbt._
scala> SemanticSelector("
-
https://doc.akka.io/docs/akka/current/typed/distributed-data.html#using-the-replicator
The link to `replicator` points to https://doc.akka.io/api/akka/2.6/akka/cluster/ddata/typed/scaladsl/Replica…
-
Go through Scaladoc warnings an verify that it looks good, including javadoc. Add missing pieces.
-
## Compiler version
3.1.3-RC4
## Minimized example
According to the Liquid documentation, I would be able to inject the content of `example.md` into another markdown file.
```
{% render exampl…
-
Currently scaladoc inserts a footer on every page [1]. This footer is quite large and sticky, resulting in a considerable amount of wasted screen space.
It would be great if the header (or at least…
-
## Reproduction steps
Scala version: 2.13.11
JDK version: 17.0.7 (OpenJDK)
sbt version: 1.9.1
```scala
/** Example: [[java.util.concurrent.atomic.AtomicReference]]. */
class Example
```
…
-
## Compiler version
`3.3.0-RC2`
## Minimized code
See [this repository](https://github.com/alexarchambault/dotty-macro-annotation-scaladoc-issue), that basically re-uses the test case from [h…
-
I'm trying to get javadoc 8 to be happy with the output of genjavadoc for Apache Spark. A lot works; I've noticed a few issues though. javadoc 8 treats a lot of stuff as errors now.
For example, `@ex…
-
I don't know if this is possible, but given the overhead of running `genjavadoc` on every compile (which I don't know much about, but it's enough to warrant the Akka team having it [turned off by defa…
-
See https://github.com/marcospereira/scaladoc-enumeration-bug
Running `scaladoc` directly results in the following output:
```
$ scaladoc -d target src/main/scala/com/acme/Foo.scala src/main/sc…