Open
Description
reproduction steps
https://www.scala-lang.org/api/current/scala/collection/mutable/Stack.html sorts top
after toVector
as reported on https://contributors.scala-lang.org/t/scaladoc-ordering/4503
problem
This is sorted in ASCII order rather than alphabetical. I suspect a quick fix is possible at in https://github.com/scala/scala/blob/26dd17aebc988ba84c243e6f23796680df0d4a26/src/scaladoc/scala/tools/nsc/doc/model/Entity.scala#L79 with a toLowerCase