scala / bug

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

too long a parameter name in Scaladoc results in no space after the parameter name #7816

Open scabug opened 11 years ago

scabug commented 11 years ago

If a very long @param name is used, Scaladoc does not put a space after the parameter name and before the explanation.

$ scaladoc -d ../target -cp . hiThere.scala scaladoc error: ../target does not exist or is not a directory scaladoc -help gives more information model contains 2 documentable templates

then open a browser, go to the target directory, select hiThere.html, then click on sayHi. That should demonstrate the issue

scabug commented 11 years ago

Imported From: https://issues.scala-lang.org/browse/SI-7816?orig=1 Reporter: Darlene Wallach (darlene) Affected Versions: 2.10.0 Attachments:

deniskeen commented 1 year ago

Has this ever been resoleved?

som-snytt commented 1 year ago

image

SethTisue commented 1 year ago

Scala 3 (3.3.0-RC5) seems about the same

Screenshot 2023-05-04 at 11 12 53 AM
SethTisue commented 1 year ago

just the CSS needing some adjustment, perhaps?

som-snytt commented 1 year ago

I've always wanted to learn some CSS.