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: Documenting tuple declaration #6523

Open scabug opened 12 years ago

scabug commented 12 years ago

It is impossible (or isn't it?) to document variables separately in tuple declaration. For example: /** LaLaLa */ val (l1, l2) = myList.span(...) This results in "LaLaLa" appearing next to both l1 and l2 in generated documentation. However, I would like to document the variables separately.

scabug commented 12 years ago

Imported From: https://issues.scala-lang.org/browse/SI-6523?orig=1 Reporter: Vilius Normantas (vilius) Affected Versions: 2.9.2