aboutsummaryrefslogtreecommitdiff
path: root/core/testdata
AgeCommit message (Expand)Author
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-07-07Don't use fully qualified names in Dokka JavadocAlex Saveau
2020-06-23Updates Kotlin compiler version to 1.3.61Louis Pullen-Freilich
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-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
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-07-10Adding Dokka source to AOSPTiem Song
2018-06-19Replace Dokka source with a Dokka maven repo (see ./maven).Doug Sigelbaum
2018-02-02Refactor sections, add missing testData for sectionsSimon Ogorodnik
2018-02-02Take See Also into additional section, fix section headersSimon Ogorodnik
2018-02-02Update testDataSimon Ogorodnik
2018-02-01Implement inbound links in java layout htmlSimon Ogorodnik
2018-01-29Fix testData after adding constants blockSimon Ogorodnik
2018-01-20Support constants from Java in KK modeSimon Ogorodnik
2018-01-20Add value for constants from KotlinSimon Ogorodnik
2018-01-20Add test for <T : A> T.extensionSimon Ogorodnik
2018-01-20Support constants extraction for KotlinSimon Ogorodnik
2018-01-19Support extensions on external classes correctlySimon Ogorodnik
2018-01-18Add missing test-dataSimon Ogorodnik
2018-01-18Correctly support code blocksSimon Ogorodnik
2018-01-11Add test case for JavaLayoutHtmlFormat, add simple testsSimon Ogorodnik
2017-12-05Update testDataSimon Ogorodnik
2017-11-30Add missing test dataSimon Ogorodnik
2017-11-29Add test for wide range since kotlin versionsSimon Ogorodnik
2017-11-22Add new "suppress" per-package option.Chris Rankin