aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2023-07-19Remove -language-version flags from dokkaandroidx-platform-releaseColin Cross
2022-12-06Add support for "Added in <SDK-ext> <version>"Mårten Kongstad
2021-05-17Revert^2 "Make dokka compile with Kotlin 1.5"Aurimas Liutikas
2021-05-12Revert "Make dokka compile with Kotlin 1.5"android-s-beta-2android-s-beta-1Aurimas Liutikas
2021-05-10Make dokka compile with Kotlin 1.5Aurimas Liutikas
2020-09-19Fix constructor rendering from `<init>` to actual `TypeName`.Vladimir Kryachko
2020-09-02Adding newline after warning "No file found when processing Java @sample"Jeff Gaston
2020-07-20Fix external link rendering.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-07-07Don't use fully qualified names in Dokka JavadocAlex Saveau
2020-07-01Add Interfaces section to Dokka as Kotlin docsAlex Saveau
2020-06-30Fix NPE loading JavadocManager in JavadocParser#resolveExternalLinkAlex Saveau
2020-06-23Merge "Updates Kotlin compiler version to 1.3.61"Louis Pullen-Freilich
2020-06-23Updates Kotlin compiler version to 1.3.61Louis Pullen-Freilich
2020-06-19Documenting type aliases even if they are children of GroupNode'sJeff Gaston
2020-05-27Augmenting "Not implemented mainUri" error to describe the node in questionJeff Gaston
2020-05-06Remove deprecated devsite-heading tagTiem Song
2020-04-08Merge "Revert racy code and test for inherited methods"Treehugger Robot
2020-04-07Revert racy code and test for inherited methodsAndrea Falcone
2020-04-07Fix formatting for deprecation warnings, and add a test. Doesn't fix replacem...androidx-swiperefreshlayout-releaseOwen Gray
2020-04-02Fix @see tagsOwen Gray
2020-03-16Fix non-existent directory issue.Vladimir Kryachko
2020-03-06Fix extension fun/property KDoc issue.Vladimir Kryachko
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-13Merge "Add support for Kotlin input in dac tests."Treehugger Robot
2020-02-13Add support for Kotlin input in dac tests.Aurimas Liutikas
2020-02-11Add doc overwriting test to inheritedMethodsOwen Gray
2020-02-07Fix off-by one error in @return rendering 😳Aurimas Liutikas
2020-02-06Improve formatting for method return tablesAurimas Liutikas
2020-02-05Attempt to resolve external links for types in as-java.Aurimas Liutikas
2020-02-05Refactor dac tests to use the same source for dac and dac-as-java testsAndrea Falcone
2020-02-04Add tests for links to other classes in method return or parameters.android-r-preview-1Aurimas Liutikas
2020-01-31Rewrite how DAC tests are structured.Aurimas Liutikas
2020-01-29Start showing visibility modifiers in full method details.Aurimas Liutikas
2020-01-29Skip printing visibility modifiers in dac-as-java summariesAurimas Liutikas
2020-01-07Render correct javadoc-style URLs to Kotlin classes.Vladimir Kryachko
2019-12-12Implement display of Java default constructorsAndrea Falcone
2019-12-10Add 2 tests for existing dac formatAndrea Falcone
2019-12-05Java constructors should use class name, not <init>Andrea Falcone
2019-12-02Add a test to cover Java constructorAndrea Falcone
2019-11-25Updated test for dac-as-java format to use the full dac formatAndrea Falcone
2019-11-22Add a test for dac-as-java formatAndrea Falcone
2019-11-22Update tests to match the output we actually produceAurimas Liutikas
2019-11-21Adds type and default value to parameter table for Kotlin sourceLouis Pullen-Freilich
2019-11-20Merge "@sample improvements"Treehugger Robot
2019-11-20Merge "Hard linewrap functions with multiple parameters"Andrea Falcone
2019-11-20Enable sample code highlightingAndrea Falcone