Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Android support and custom sources
|
|
|
|
|
|
|
|
|
|
|
|
documentation
|
|
|
|
|
|
|
|
beginning of the page title
|
|
|
|
|
|
|
|
|
|
|
|
(https://github.com/Kotlin/dokka/issues/47)
|
|
|
|
|
|
name as an anchor for in-page links
|
|
|
|
# Conflicts:
# dokka-gradle-plugin/src/main/kotlin/main.kt
|
|
@Suppress("NOT_DOCUMENTED"), fix for linking to targets with underscores, gradle plugin improvements
|
|
|
|
|
|
|
|
|
|
|
|
part of the documented module but reside in another package
|
|
|
|
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.
|
|
warnings about missing documentation
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
RefKind
|
|
mark extension function types
|
|
|
|
stars like embedded*star were removed in the output.
|
|
|
|
|
|
|