8 lines
94 B
Kotlin
8 lines
94 B
Kotlin
|
|
/**
|
||
|
|
* Multiline
|
||
|
|
*
|
||
|
|
* Function
|
||
|
|
* Documentation
|
||
|
|
*/
|
||
|
|
fun function(/** parameter */ x: Int) {
|
||
|
|
}
|