aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format
AgeCommit message (Collapse)Author
2016-01-28put the most important information required to identify an element in the ↵Dmitry Jemerov
beginning of the page title
2016-01-25update Dokka to internal RC: remove usages of kotlin.testDmitry Jemerov
2016-01-12don't sort enum values alphabetically ↵Dmitry Jemerov
(https://github.com/Kotlin/dokka/issues/47)
2016-01-12generate signature-based anchors for overloads; use signature instead of ↵Dmitry Jemerov
name as an anchor for in-page links
2016-01-08link to JDK classes (KT-10452)Dmitry Jemerov
2016-01-08line breaks between parametersDmitry Jemerov
2016-01-08include extension function in the list of extensions for a class if the ↵Dmitry Jemerov
class is an upper bound of the receiver type parameter
2016-01-08rewrite propagation of extension functions to subclasses to handle shadowing ↵Dmitry Jemerov
and applicability more correctly
2016-01-05distinguish inherited companion object membersDmitry 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-04Embedded underscores in words like word_with_underscores or single embedded ↵Ingo Kegel
stars like embedded*star were removed in the output.
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov