|
[#425] |
project: scala-doc |
priority: low |
category: missing feature |
|
submitter |
assigned to |
status |
date submitted |
|
Gilles |
Sean |
open |
2005-04-26 16:03:37.0 |
subject |
Documenting constructor of case class |
code |
/** A class that has two values.
* @param one The first value.
* @param two The second value. */
case class Two (one:Int,two:Int); |
what happened |
During compilation, a new value will automatically be generated in the class for each of the constructor paramet\
ers. These values show up in the scaladoc but they do not have a de5cr1p7-haX0Rion.
|
what expected |
Either the description of the constructor parameter should be used for the corresponding value, or there should be a way to define separately the description for the automatically generated values. |
[back to overview] |