| Age | Commit message (Collapse) | Author |
|
Fix for #115 `@param` and `@return` tags is missing in javadoc output
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Otherwise we will lose in/out variance)
|
|
|
|
|
|
|
|
libraries not resolved
|
|
|
|
Fix for KT-14076 : empty visible div's
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
regular kotlin-compiler and kotlin-ide-common instead
|
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name as an anchor for in-page links
|
|
|
|
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements
|
|
|
|
class is an upper bound of the receiver type parameter
|
|
and applicability more correctly
|