aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Kotlin/KotlinLanguageService.kt
AgeCommit message (Expand)Author
2020-06-19Documenting type aliases even if they are children of GroupNode'sJeff Gaston
2020-02-05Attempt to resolve external links for types in as-java.Aurimas Liutikas
2019-11-20Hard linewrap functions with multiple parametersAndrea Falcone
2019-07-10Adding Dokka source to AOSPTiem Song
2018-06-19Replace Dokka source with a Dokka maven repo (see ./maven).Doug Sigelbaum
2018-01-12Support deep inheritance with external classesSimon Ogorodnik
2017-12-20Render function parameters in summarySimon Ogorodnik
2017-12-15Generate signatures in output formatSimon Ogorodnik
2017-02-27Render functional type in parenthesis when it in receiver positionSimon Ogorodnik
2017-02-24Support 'dynamic' typeDmitry Jemerov
2017-02-16KT-16262 Dokka does not render suspending function types properlySimon Ogorodnik
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
2016-11-24Type alias supportSimon Ogorodnik
2016-01-12generate signature-based anchors for overloads; use signature instead of name...Dmitry Jemerov
2016-01-05render multiple type parameter constraints according to current Kotlin syntaxDmitry Jemerov
2016-01-04separate groups for annotations and exceptions in the members listDmitry Jemerov
2016-01-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...Dmitry Jemerov
2016-01-04kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to m...Dmitry Jemerov
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov