Open
Description
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