[#740] | project: scala-doc | priority: high | category: bug | |
---|---|---|---|---|
submitter | assigned to | status | date submitted | |
Burak | Sean | fixed | 2006-09-10 12:21:32.0 | |
subject | abstract elements not marked | |||
code |
http://scala.epfl.ch/docu/files/api/scala/Iterable.html method 'elements' |
|||
what happened | reader has no clue what is abstract and what is implemented |
|||
what expected | clear indication of abstract methods, fields (and maybe vars, see other bug report) | |||
[back to overview] |
Stephane edited on 2007-02-27 19:58:16.0 |
Scala 2.3.3: abstract def elements: scala.Iterator[A] |