add references to kdoc; support resolve and rename

This commit is contained in:
Dmitry Jemerov
2015-02-03 17:24:45 +01:00
parent 40f459306a
commit c0e7d1faf2
27 changed files with 575 additions and 70 deletions
@@ -0,0 +1,8 @@
/**
* This is the same as [<caret>bar]
*/
fun foo() {}
fun bar() {}
// REF: (in <root>).bar()