Age | Commit message (Collapse) | Author |
|
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)
|
|
|
|
|
|
|
|
|
|
|
|
beginning of the page title
|
|
|
|
(https://github.com/Kotlin/dokka/issues/47)
|
|
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
|
|
For example, in a link like [MY_VALUE], the link would only try to resolve the text "MY" until the first underscore.
Since the markdown parser parses the link label as [TEXT:MY, EMPH:_, TEXT:VALUE], using the first TEXT child node
is not sufficient.
|
|
|
|
|
|
|
|
|
|
either generating a doc for a group of overloads (which have no members) or for a single node (where a list of members can be displayed)
|
|
stars like embedded*star were removed in the output.
|
|
|