aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Model/DocumentationReference.kt
AgeCommit message (Expand)Author
2019-07-10Adding Dokka source to AOSPTiem Song
2018-06-19Replace Dokka source with a Dokka maven repo (see ./maven).Doug Sigelbaum
2018-03-05Fix @since detectionSimon Ogorodnik
2018-03-02First attempt at @attr and @since parsing.Douglas Sigelbaum
2018-02-21Add XmlAttributes to the DocNode tree.Douglas Sigelbaum
2018-01-12Support deep inheritance with external classesSimon Ogorodnik
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2017-02-23Refactor SinceKotlin support to a more general "platform" mechanismDmitry Jemerov
2017-02-23Dokka now can detect and recognize SinceKotlinSimon Ogorodnik
2016-12-06KT-14818 Render function type argument names in generated documentation (#116)Simon Ogorodnik
2016-01-12generate signature-based anchors for overloads; use signature instead of name...Dmitry Jemerov
2016-01-05distinguish inherited companion object membersDmitry Jemerov
2016-01-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...Dmitry Jemerov
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov