scala / bug

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

Scaladoc grouping extra text with @throws #7030

Open scabug opened 11 years ago

scabug commented 11 years ago

Not sure if this is a bug in scaladoc, or an error in the comment in the source.

See the f method in http://www.scala-lang.org/api/current/index.html#scala.StringContext - the note is in between the two @throws', since it's grouped with the one scaladoc shows as the first (although in the code it's the second).

scabug commented 11 years ago

Imported From: https://issues.scala-lang.org/browse/SI-7030?orig=1 Reporter: Naftoli Gugenheim (naftoligug)

scabug commented 11 years ago

Naftoli Gugenheim (naftoligug) said: Not sure if this is a bug in scaladoc, or an error in the comment in the source.

See the f method in http://www.scala-lang.org/api/current/index.html#scala.StringContext - the note is in between the two @throws', since it's grouped with the one scaladoc shows as the first (although in the code it's the second).

scabug commented 11 years ago

Naftoli Gugenheim (naftoligug) said: Sorry it took so long to get that into the description field