-
**Type of issue**: documentation
**Impact**: no functional change
**Development Phase**: request
**Other information**
I feel like I have been in several conversations latel…
-
The `-d` option allows an output directory to be selected for filing generated documentation under yet this is not effectively documented in the CLI help.
It's hidden in the `scalac` section and do…
-
### Seen in
0.3.0
### Reproduction
Scala worksheet, so assertions are verified by eye.
Using `mergeByKey` for convenience, knowing it delegates to `mergeByKeyWith`.
```scala
import scala.c…
-
When trying to build the docs on the pekko branch (#1531) with scala 3.3.1 it is failing with an AssertionError. It seems to be related to a record class `Evaluator.DataSources` and the `sources` meth…
-
The example code in the ScalaDoc for `InputTreeBuilder` seems to be broken.
https://github.com/typelevel/Laika/blob/f0970fb8a5febccb7352bd92ab14ae4cdd41efd0/io/src/main/scala/laika/io/model/InputT…
-
Command used to start broker:
[root@server1 kafka]# /opt/confluent-5.1/confluent-5.1.0/bin/kafka-server-start /opt/confluent-5.1/confluent-5.1.0/etc/kafka/server.properties
Response after running …
-
I know the first priority is getting the 1.0.0 version out, so this won't be handled for a while, but I figured I'd go ahead and submit this issue so it might could be looked at in the future.
One …
-
## steps
`publishLocal`, or anything that involves `doc`
## problem
doc task prints stuff without using the reporter.
```
model contains 5 documentable templatese
```
## expectation
…
-
See https://github.com/lampepfl/dotty/actions/runs/7634902600
-
@jdegoes @vigoo actually, for Scala 3 we can extract Scala doc at macro execution. But this ticket is now already rewarded and has a merged pr. Should we open a new issue?
_Originally…