scala / bug

Scala 2 bug reports only. Please, no questions — proper bug reports only.
https://scala-lang.org
230 stars 21 forks source link

Scaladoc: Filter deprecated members #3914

Open scabug opened 13 years ago

scabug commented 13 years ago

Request for Enhancement: Scaladoc 2: Filter deprecated members

  1. Add another filter to the Ordering/Inherited/Visibility/Impl. filters that hides/shows deprecated members.

  2. Default that filter to hide deprecated members.

Rationale: Reduce clutter; discourage use of deprecated members

Example: Observe how this would simplify the scala.Enumeration page, for example.

scabug commented 13 years ago

Imported From: https://issues.scala-lang.org/browse/SI-3914?orig=1 Reporter: John Thywissen (jthywiss)

scabug commented 13 years ago

@paulp said: In r24629 I moved them to the end, but leaving this open because you should be able to hide them completely.