-
**Describe the bug**
The log for GH actions contains warnings and most importantly errors and yet succeeds
```
++ xargs -n 1 -I '{}' bash -c 'mvn -Ddist.jar.compress=false -DskipTests -Dmaven.scalad…
-
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.2.2, 3.3.0-RC6
## Minimized code
I hava blog file `2023-05-19-hello-world-blog.zh.md` in directory `_blog/_post` and it content is:
```markdown
---
layout: main
author: …
-
-
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…
-
Given this comment:
```
/** Sets sync var `response` to doc comment information for a given symbol.
*
* @param sym The symbol whose doc comment should be retrieved (might come f…
-
## 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…