diff options
author | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-05 16:53:40 +0100 |
---|---|---|
committer | Dmitry Jemerov <yole@jetbrains.com> | 2015-02-05 16:53:40 +0100 |
commit | 4ed5b2ec786b0f67405e5db81be2a2d9f4b6e591 (patch) | |
tree | 8e7907f3d0739cfbf841000f87496185aaefb52c /.idea/libraries/kotlin_compiler.xml | |
parent | da1b31b03bc70bf6feb1111e68e5ffd032a6d82c (diff) | |
download | dokka-4ed5b2ec786b0f67405e5db81be2a2d9f4b6e591.tar.gz dokka-4ed5b2ec786b0f67405e5db81be2a2d9f4b6e591.tar.bz2 dokka-4ed5b2ec786b0f67405e5db81be2a2d9f4b6e591.zip |
use code from Kotlin plugin for resolving references in KDoc; delete some dead code
Diffstat (limited to '.idea/libraries/kotlin_compiler.xml')
-rw-r--r-- | .idea/libraries/kotlin_compiler.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.idea/libraries/kotlin_compiler.xml b/.idea/libraries/kotlin_compiler.xml index d3199a12..aea95ddc 100644 --- a/.idea/libraries/kotlin_compiler.xml +++ b/.idea/libraries/kotlin_compiler.xml @@ -2,6 +2,7 @@ <library name="kotlin-compiler"> <CLASSES> <root url="jar://$KOTLIN_BUNDLED$/lib/kotlin-compiler.jar!/" /> + <root url="jar://$APPLICATION_PLUGINS_DIR$/Kotlin/lib/kotlin-plugin.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> |