aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin
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-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-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-05Java constructors should use class name, not <init>Andrea Falcone
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
2019-11-20Hard linewrap functions with multiple parametersAndrea Falcone
2019-11-20@sample improvementsLouis Pullen-Freilich
2019-10-02Merge "Adjust @sample style for proper highlighting"ndk-sysroot-r21Andrea Falcone
2019-10-02Adjust @sample style for proper highlightingAndrea Falcone
2019-09-30Fix issue with incorrect param types in tableTiem Song
2019-09-25Use locally provided MathJax instead of from CloudflareTiem Song
2019-08-01Don't HTML escape link textTiem Song
2019-07-12Added MathJax support for Kotlin docs.Gautam Ajjarapu
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