aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Formats/JavaLayoutHtml/JavaLayoutHtmlFormatOutputBuilder.kt
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-07-01Add Interfaces section to Dokka as Kotlin docsAlex Saveau
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-06Fix extension fun/property KDoc issue.Vladimir Kryachko
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-02First attempt at @attr and @since parsing.Douglas Sigelbaum
2018-02-06Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-...Douglas Sigelbaum
2018-02-06Add custom output builder for DAC to apply Devsite CSS.Douglas 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-02Disable outbound links in JavaLayoutHtmlSimon Ogorodnik
2018-01-20Support constants from Java in KK modeSimon Ogorodnik
2018-01-20Add value for constants from KotlinSimon Ogorodnik
2018-01-20Support constants extraction for KotlinSimon Ogorodnik
2018-01-19Don't crash on unresolved class in qualified type referenceSimon Ogorodnik
2018-01-19Support extensions on external classes correctlySimon Ogorodnik
2018-01-18Correctly support code blocksSimon Ogorodnik
2018-01-18Refactor OutputBuilder to decouple data extraction from structureSimon Ogorodnik
2018-01-12Support deep inheritance with external classesSimon Ogorodnik
2018-01-09Support companion membersSimon Ogorodnik
2018-01-09Inherited extension functions & group extensions by receiverSimon Ogorodnik
2018-01-09Make output builder openSimon Ogorodnik
2018-01-07Show type parameters substitution in class hierarchySimon Ogorodnik
2018-01-06Add subclasses infoSimon Ogorodnik
2017-12-28Split JavaLayoutHtml to separate filesSimon Ogorodnik