use new API for indexing identifiers and TODO items in Kotlin files that allows reusing the lexer for building both indices; index TODO items in KDoc comments

#KT-5677 Fixed
This commit is contained in:
Dmitry Jemerov
2015-04-28 15:19:44 +02:00
committed by Alexey Sedunov
parent 09a7e87102
commit f0b7830521
5 changed files with 132 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
// <info descr="TODO This is a todo in line comment">TODO This is a todo in line comment</info>
/* <info descr="TODO This is a todo in block comment ">TODO This is a todo in block comment </info>*/
/**
* <info descr="TODO This is a todo in KDoc">TODO This is a todo in KDoc</info>
*/