-
## Compiler version
3.3.3
## Minimized example
https://scala-lang.org/api/3.3.3/scala/collection/immutable/Vector.html
## Output
The source link points to `https://github.com/lampepfl/dot…
JD557 updated
3 months ago
-
## Reproduction steps
Scala version: 2.13
Search `occCounts` in standard lib docs yields results that are not shown in the target page. It is `protected[collection]`.
https://www.scala-lang.o…
-
If a very long @param name is used, Scaladoc does not put a space after the parameter name and before the explanation.
$ scaladoc -d ../target -cp . hiThere.scala
scaladoc error: ../target does no…
-
There are a bunch of methods listed as deprecated for [List](https://www.scala-lang.org/api/2.13.0/scala/collection/immutable/List.html) in 2.13. It doesn't appear they're actually deprecated. The m…
-
Hi,
Either the Scaladoc or the implementation of the following methods are incorrect in ScalaTest 3.0.1:
* [oneOf](https://github.com/scalatest/scalatest/blob/3.0.1/scalatest/src/main/scala/org/sc…
-
I really like the idea of [sbt-example](https://github.com/ThoughtWorksInc/feature.scala/blob/594be4937f578c873e3dccdd601c7eaeeb244402/Factory/src/main/scala/com/thoughtworks/feature/Factory.scala#L17…
-
Currently metals-vscode calls `setLanguageConfiguration` to provide indentation rules for scaladoc: https://github.com/scalameta/metals-vscode/blob/b68b2f5eddd4e19c6626f24d9f62500f95b8493e/src/extensi…
-
## 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…
-
It would be nice to have an integration with Scaladoc's Type-based searches.
**Is your feature request related to a problem? Please describe.**
Searching for symbols requires knowing the name of t…
-
We should check what happens in:
- IDEs (Eclipse, IntelliJ)
- ScalaDoc
- REPL