aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt
AgeCommit message (Expand)Author
2022-12-06Add support for "Added in <SDK-ext> <version>"MÃ¥rten Kongstad
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-07-07Don't use fully qualified names in Dokka JavadocAlex Saveau
2020-04-07Revert racy code and test for inherited methodsAndrea Falcone
2020-02-25Include inherited methods in asJava documentationAndrea Falcone
2020-02-22Revert "Include inherited methods in asJava documentation"Andrea Falcone
2020-02-21Include inherited methods in asJava documentationAndrea Falcone
2020-02-05Attempt to resolve external links for types in as-java.Aurimas Liutikas
2019-12-12Implement display of Java default constructorsAndrea Falcone
2019-12-05Java constructors should use class name, not <init>Andrea Falcone
2019-07-10Adding Dokka source to AOSPTiem Song
2018-06-19Replace Dokka source with a Dokka maven repo (see ./maven).Doug Sigelbaum
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-03Fix not suppressing Android generated files in javadoc formatSimon Ogorodnik
2017-03-29Per package optionsSimon Ogorodnik
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-02Fix for GH-89 : Support for links to packagesSimon Ogorodnik
2016-11-02Fix for GH #98 : Added tests, altered fix code for corner casesSimon Ogorodnik
2016-06-30Don't include internal members in generated javadoc. Resolves #75Dmitry Jemerov
2016-06-30Generate correct signature for methods with parameters of Java primitive type...Dmitry Jemerov
2016-04-27Use FQ name instead of simple name to identify array classes. Resolves #68Dmitry Jemerov
2016-02-02restore handling of @suppress tags in javadoc commentsDmitry Jemerov
2016-01-12generate signature-based anchors for overloads; use signature instead of name...Dmitry 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
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov