-
scalding (develop)]$ ./sbt unidoc
```
[error]
[error] last tree to typer: Literal(Constant(cascading.pipe.Pipe))
[error] symbol: null
[error] symbol definition: null
[error] …
-
The production of Scaladoc APIs are broken when using Scala3, e.g. with Scala 3.1.2:
```
scala3-failure
4.6.1
net.alchim31.m…
-
This test fails:
```scala
"foobar" in real {
IO(new AtomicInteger).flatMap { ctr =>
val test = IO.deferred[Unit].flatMap { latch =>
val t = latch.complete(()).…
-
Is there any chance to publish scaladocs for this library?
Love the minimalistic approach. I was in the same predicament with Java JSON libraries years with all the mainstream ones extremely bloate…
-
Here's as far as I got tidying up my scaladoc:
```
diff --git a/src/compiler/scala/tools/nsc/doc/Settings.scala b/src/compiler/scala/tools/nsc/doc/Settings.scala
index 02630a9..43953ca 100644
--- a/s…
-
Is it possible to create links to reference Scala Library classes using the square-bracket syntax (e.g. [[scala.Option]] ) in tut? We're moving some of our scaladoc examples over to md and are seeing…
-
automate in travis scaladoc generation and upload to juanrh.github.io
polish scaladoc comments
-
> @valencik Sorry for bumping on this thread, but I was looking at the Scaladoc Search in Protosearch project idea and had a few questions about the project idea.
>
> 1. Would we be utilizing Lucil…
-
I noticed mixed used of present and imperative tense in the scala doc.
Is there a preference?
-
Maybe I missed it, but it would be great to have an on-line, published version of the scaladocs.