KDoc link parsing rewrite.
Support qualified names immediately after tag (@see or @param). Detect whether a tag is followed by a reference immediately while lexing, remove TEXT_OR_LINK token type. Remove duplicate nested KDocLink nodes from the PSI structure.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
/**
|
||||
* @see Foo.bar
|
||||
*/
|
||||
Reference in New Issue
Block a user