-
Because `Grouped` uses `V` for its value param, and `KeyedListLike` uses `T` (but uses `V` for type params on some methods), the scaladoc gets really confusing:
![screen shot 2014-07-30 at 2 11 02 pm…
-
## Compiler version
`3.3.0`
## Minimized code
```shell
gh repo clone typelevel/cats cats.scala && cd cats.scala
sbt '++ 3' doc
```
## Output
```shell
[info] Main Scala API documenta…
-
Does this support including _**SBT plugins**_ as dependencies?
Over in #138 @adpi2 said:
>This Github action submits the snapshot of all the dependencies downloaded by the build: the compile depen…
-
## Compiler version
3.3.2-RC1-bin-20230715-4851278-NIGHTLY
## Minimized code
```Scala
//> using option -release:8
object Foo {
@Deprecated
def foo(): Unit = ???
}
```
## Ou…
-
Suggested by Michael Slinn at https://wiki.scala-lang.org/display/SW/Syntax
-
The Scala compiler resolves unbound method applications by searching for implicit conversions in companion objects along a type's linearization. Leveraging this you can create statically dispatched po…
-
It seems that when one navigates from one class to another not by using the package list on the left side, but from within a classes doc (e.g. clicking on one of its superclasses), this doesn't get st…
-
Scaladoc defines a `NodeSpecRegex` used to parse qname globs in various `@contentDiagram` and `@inheritanceDiagram` incantations ([DiagramDirectiveParser:153](https://github.com/scala/scala/blob/2.10.…
-
[scaladoc interface bug, we should have a look at this during the Monday docspree]
to reproduce:
```scala
$ cat a.scala
/** See [[foo]].
* @group hello
*/
class C {
def foo = 1
}
$ sc…
-
Type projections used in type members are rendered wrong in scaladoc. For instance
```scala
trait Sys[S