aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Kotlin/DescriptorDocumentationParser.kt
AgeCommit message (Expand)Author
2022-12-06Add support for "Added in <SDK-ext> <version>"MÃ¥rten Kongstad
2019-11-21Adds type and default value to parameter table for Kotlin sourceLouis Pullen-Freilich
2019-11-20@sample improvementsLouis Pullen-Freilich
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
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
2017-03-29Per package optionsSimon Ogorodnik
2017-03-20Merge branch '0.9.14/KT-15497'Simon Ogorodnik
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2017-01-18KT-15497 Dokka: Using of not-FQ name in @sample should be allowedSimon Ogorodnik
2016-11-14Post review fixes, now building text in single pass.Simon Ogorodnik
2016-11-14Replacing assertPrints, assertTrue to println for kotlin-website samples, Add...Simon Ogorodnik
2016-11-14Added //sampleStart //sampleEnd to samples on kotlin websiteSimon Ogorodnik
2016-11-14Now all sample blocks in kotlin-website wrapped in <div class="sample" markdo...Simon Ogorodnik
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-05-10update to kotlin 1.0.3-dev-700; don't use kotlin-for-upsource artifact, use r...Dmitry Jemerov
2016-01-14fix resolve of @sample linksDmitry Jemerov
2016-01-12Merge pull request #48 from ingokegel/masterDmitry Jemerov
2016-01-06Annotating functions or classes `@Suppress("NOT_DOCUMENTED")` will suppress w...ingo
2016-01-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> R...Dmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov