aboutsummaryrefslogtreecommitdiff
path: root/dokka-subprojects
AgeCommit message (Collapse)Author
2023-11-23[K2] Fix sample resolving (#3361)HEADmasterVadim Mishenev
* [K2] Fix sample Fallback to default roots of the source set even if sample roots are assigned * [K2] Resolve java samples as well `sourcePsiSafe` does not support Java KT-53669
2023-11-22Address review comments for Sample API (#3364)Ignat Beresnev
* Rename `resolveKDocLinkDRI` to `resolveKDocLinkToDRI` * Rename `resolveKDocTextLink` functions to be consistent
2023-11-22Stabilize ExternalDocumentableProvider (#3312)Ignat Beresnev
2023-11-22Do not find javadoc for non-JVM source set (#3346)Vadim Mishenev
* Add test * Do not find javadoc for non-JVM source set * [K2] Add javadoc parser for external documentable Provider
2023-11-22Support `inner` modifier for java non-`static` classes (#3347)Oleg Yukhnevich
2023-11-21Stabilize Sample analysis API (#3195)Ignat Beresnev
2023-11-20Run `analysis-kotlin-api` tests with K2 analysis (#3358)Ignat Beresnev
2023-11-16Implement custom code block renderers support (#3320)Oleg Yukhnevich
* multiple custom renderers can be installed to support different languages independently * only language and code properties are provided for extension
2023-11-15[K2] Update version of Kotlin Analysis API (#3337)Vadim Mishenev
2023-11-14Remove empty spans rendering for missed modifiers (#3343)Andrey Tyrin
* Remove property modifiers if there are none * Remove variance modifier rendering if it is absent
2023-11-10Bundle analysis-kotlin-api in symbols analysis (#3333)Ignat Beresnev
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>