Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
qualified name resolve problem in doc comments
|
|
backticks if text in code block contains backticks (KT-12998, KT-12999)
|
|
|
|
Resolves #71, #72
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
types. Resolves #76
|
|
Resolves #73
|
|
|
|
Maven : Avoid crash when no javadoc generated
|
|
|
|
|
|
|
|
|
|
|
|
regular kotlin-compiler and kotlin-ide-common instead
|
|
|
|
|
|
specific class FQ name
|
|
|
|
|
|
for stdlib types such as java.lang.String
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead of subtype check to determine applicability (subtype check doesn't work because type parameter of receiver type is unrelated to type parameter of base class)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|