diff options
author | Alexander Udalov <Alexander.Udalov@jetbrains.com> | 2015-01-12 12:36:54 +0300 |
---|---|---|
committer | Alexander Udalov <Alexander.Udalov@jetbrains.com> | 2015-01-12 12:36:54 +0300 |
commit | 5dbadfe3764b4e4564354f4a5a29d7a521c9b632 (patch) | |
tree | 49a44c09a4b1068c40e2cbd3bf09ab1bb5f5d48b /src/Analysis/CommentsAPI.kt | |
parent | 564319761f39f7d56dae02f62787d9f382525112 (diff) | |
download | dokka-5dbadfe3764b4e4564354f4a5a29d7a521c9b632.tar.gz dokka-5dbadfe3764b4e4564354f4a5a29d7a521c9b632.tar.bz2 dokka-5dbadfe3764b4e4564354f4a5a29d7a521c9b632.zip |
Update to the latest Kotlin compiler API
Diffstat (limited to 'src/Analysis/CommentsAPI.kt')
-rw-r--r-- | src/Analysis/CommentsAPI.kt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/Analysis/CommentsAPI.kt b/src/Analysis/CommentsAPI.kt index b195107a..ce453113 100644 --- a/src/Analysis/CommentsAPI.kt +++ b/src/Analysis/CommentsAPI.kt @@ -1,9 +1,8 @@ package org.jetbrains.dokka -import org.jetbrains.jet.lang.descriptors.* -import org.jetbrains.jet.lang.resolve.* -import org.jetbrains.jet.kdoc.psi.api.* -import org.jetbrains.jet.lang.psi.* +import org.jetbrains.kotlin.descriptors.* +import org.jetbrains.kotlin.resolve.* +import org.jetbrains.kotlin.kdoc.psi.api.* /** * Retrieves PSI elements representing documentation from the [DeclarationDescriptor] |