Minor, simplify kdoc for KClass#qualifiedName

This commit is contained in:
Alexander Udalov
2015-12-01 20:20:48 +03:00
parent 8807cd828f
commit 2821448dd8
+1 -2
View File
@@ -32,8 +32,7 @@ public interface KClass<T : Any> : KDeclarationContainer, KAnnotatedElement {
public val simpleName: String?
/**
* The fully qualified name of the class which consists of names of the declaring package,
* all outer classes of this class and the class itself separated by dots,
* The fully qualified dot-separated name of the class,
* or `null` if the class is local or it is an anonymous object literal.
*/
public val qualifiedName: String?