aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)Author
2016-01-06Linking to a target with underscores did not workingo
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.
2016-01-06Annotating functions or classes `@Suppress("NOT_DOCUMENTED")` will suppress ↵ingo
warnings about missing documentation
2016-01-05distinguish inherited companion object membersDmitry Jemerov
2016-01-05don't include companion object members inherited from Any in class documentationDmitry Jemerov
2016-01-05render multiple type parameter constraints according to current Kotlin syntaxDmitry Jemerov
2016-01-05always include type parameters in the signature of a typeDmitry Jemerov
2016-01-04separate groups for annotations and exceptions in the members listDmitry Jemerov
2016-01-04StructuredFormatService restructured so that it makes more sense: we're ↵Dmitry Jemerov
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)
2016-01-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵Dmitry Jemerov
RefKind
2016-01-04kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to ↵Dmitry Jemerov
mark extension function types
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2016-01-04Embedded underscores in words like word_with_underscores or single embedded ↵Ingo Kegel
stars like embedded*star were removed in the output.
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-03overload group formatting fixesDmitry Jemerov
2015-12-03allow each format service to provide its own support filesDmitry Jemerov
2015-12-03configure Ant dependency so that it's visible in IntelliJDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov