aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Model/DocumentationNode.kt
AgeCommit message (Expand)Author
2022-12-06Add support for "Added in <SDK-ext> <version>"MÃ¥rten Kongstad
2020-09-19Fix constructor rendering from `<init>` to actual `TypeName`.Vladimir Kryachko
2020-07-08Merge "Progress on deprecation notices in kotlin. Fix test, improve replacewi...android-r-beta-3android-r-beta-2Treehugger Robot
2020-07-08Progress on deprecation notices in kotlin. Fix test, improve replacewith.Owen Gray
2020-06-19Documenting type aliases even if they are children of GroupNode'sJeff Gaston
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-02-21Start parsing XML attributes.Douglas Sigelbaum
2018-01-17Support propagating inherited extensions from librariesSimon Ogorodnik
2018-01-12Support deep inheritance with external classesSimon Ogorodnik
2018-01-07Show type parameters substitution in class hierarchySimon Ogorodnik
2017-12-28Build supertypes via Supertype nodes, not referenceSimon Ogorodnik
2017-12-15Generate signatures in output formatSimon Ogorodnik
2017-12-15Add class hierarchySimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon 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-11-24Type alias supportSimon Ogorodnik
2016-11-02Fix for GH-89 : Support for links to packagesSimon Ogorodnik
2016-04-29don't report type parameters for array classes; don't report qualified names ...Dmitry Jemerov
2016-04-27Use FQ name instead of simple name to identify array classes. Resolves #68Dmitry Jemerov
2016-01-12generate all types indexDmitry Jemerov
2016-01-12generate signature-based anchors for overloads; use signature instead of name...Dmitry Jemerov
2016-01-08link to JDK classes (KT-10452)Dmitry Jemerov
2016-01-05distinguish inherited companion object membersDmitry 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-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov