Split summary from description in Char docs
This commit is contained in:
@@ -18,11 +18,13 @@ package kotlin
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents a 16-bit Unicode character.
|
* Represents a 16-bit Unicode character.
|
||||||
|
*
|
||||||
* On the JVM, non-nullable values of this type are represented as values of the primitive type `char`.
|
* On the JVM, non-nullable values of this type are represented as values of the primitive type `char`.
|
||||||
*/
|
*/
|
||||||
public class Char private constructor() : Comparable<Char> {
|
public class Char private constructor() : Comparable<Char> {
|
||||||
/**
|
/**
|
||||||
* Compares this value with the specified value for order.
|
* Compares this value with the specified value for order.
|
||||||
|
*
|
||||||
* Returns zero if this value is equal to the specified other value, a negative number if it's less than other,
|
* Returns zero if this value is equal to the specified other value, a negative number if it's less than other,
|
||||||
* or a positive number if it's greater than other.
|
* or a positive number if it's greater than other.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user