bug icon indicating copy to clipboard operation
bug copied to clipboard

KeySet is searchable but absent from docs

Open som-snytt opened this issue 2 years ago • 0 comments

Reproduction steps

Scala version: 2.13

keyset and genkeyset are searchable in docs but omitted.

https://www.scala-lang.org/api/current/scala/collection/MapOps.html#GenKeySetextendsAnyRef

Problem

I expect to see docs for protected classes intended for implementors.

If it's intended to hide protected classes, then they should not be searchable.

Similar for dotty https://github.com/lampepfl/dotty/issues/18946

Relatedly https://github.com/scala/bug/issues/11727

som-snytt avatar Nov 16 '23 16:11 som-snytt