6 lines
183 B
Kotlin
Vendored
6 lines
183 B
Kotlin
Vendored
/**
|
|
* This is the doc comment for a class.
|
|
* @param T a type parameter.
|
|
* @constructor This is the doc comment for the primary constructor.
|
|
* @param a a constructor parameter.
|
|
*/ |