Split summary from description in Char docs

This commit is contained in:
Ilya Gorbunov
2018-06-22 21:30:55 +03:00
parent 0c50014e7a
commit 5ee3cc59b3
+2
View File
@@ -18,11 +18,13 @@ package kotlin
/**
* Represents a 16-bit Unicode character.
*
* 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> {
/**
* 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,
* or a positive number if it's greater than other.
*/