Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure 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> | |||
2023-10-25 | [K2] Reorganize project model for MPP (#3236) | Vadim Mishenev | |
* Reorganize project model for MPP We map Dokka's source set directly to a source module of Analysis API inside one Analysis Standalone session. Analysis API session is created in src/main/kotlin/org/jetbrains/dokka/analysis/kotlin/symbols/plugin/KotlinAnalysis.kt (see fun createAnalysisSession) Before the PR, one Dokka's source set corresponded to one Standalone API session with one source module that has source roots from dependent source sets. * Add 'caffeine' dependency from Analysis API * Fix sample provider * Fix tests * Enable tests and update the version of Analysis API. The PR allows the enabling of some tests annotated with OnlyDescriptorsMPP. Also, tests with OnlyDescriptorsMPP that have unresolved common symbols are fixed by the new version of Analysis API. | |||
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-08-30 | Migrate to JUnit 5 and unify used test API (#3138) | Ignat Beresnev | |
2023-08-28 | Support Dokka K2 analysis (#3094) | Vadim Mishenev | |
Dokka has its own documentable model to represent analyzed code. The analysis is performed by a compiler frontend. In K1 the compiler frontend has descriptors that use the underlying Binding Context (global shared stateful structure). Dokka just maps descriptors to Documentable by DefaultDescriptorToDocumentableTranslator. K2 compiler has FIR tree, which means “Frontend Intermediate Representation”, instead of Binding Context. But we do not use FIR in Dokka directly, since it is too low-level for analysis. The Kotlin compiler provides high-level Analysis API for this case. The API is used by KSP too. Analysis API represent elements of FIR (declarations, parameters and so on) as Symbols. For more details see KtSymbolByFirBuilder, KtSymbol. For Dokka symbol is the replacement of descriptor in K2. Also, to set up the environment of project analysis in K1 we use idea dependencies (or copy-past from there). In K2 for these aims, there is a Standalone mode for Analysis API. | |||
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev | |
* Extract analysis into separate modules | |||
2023-02-28 | Fix unresolved link to declaration from another source set (#2878) | Vadim Mishenev | |
2023-01-09 | Move inheritors, params, see also and samples tabs to description for ↵ | Andrey Tyrin | |
classlikes (#2749) | |||
2022-07-29 | Move source links into signature (#2476) | Vadim Mishenev | |
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2021-11-12 | Unite platforms bookmarks rows (#2219) | vmishenev | |
2020-11-27 | Fixing tests after moving SingleGeneration to base | Błażej Kardyś | |
2020-11-09 | Cleaning querying from plugins where possible | Błażej Kardyś | |
2020-10-08 | Fix merging documentations of modules and packages (#1480) | Andrzej Ratajczak | |
* Fix merging documentations of modules and packages * Adjust doctag to new API Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-10-08 | Improve styles | Marcin Aman | |
2020-09-10 | Add escaping the at sign in modules and packages | Andrzej Ratajczak | |
2020-09-08 | Changed way of merging documentables to avoid exception on merging ↵ | Andrzej Ratajczak | |
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms | |||
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-24 | Fix LinkableContentTest.kt | sebastian.sellmair | |
2020-08-20 | Fix LinkProvider to link properly all nested generic parameters | Andrzej Ratajczak | |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair | |
2020-08-14 | Use java.net.URL consistently across Gradle Plugin API surface | sebastian.sellmair | |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair | |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-06-25 | Make samples runnable | Kamil Doległo | |
2020-06-15 | Fix tests | Kamil Doległo | |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo | |
2020-06-09 | Improve CSS, pages navigation tree and create anchors on page | Marcin Aman | |
2020-05-28 | Return types links in inner classes with generic parents | Marcin Aman | |
2020-05-25 | Trim windows carrage return sign in importing includes | Marcin Aman | |
2020-05-20 | Tabs for sections - update tests | Marcin Aman | |
2020-05-19 | Samples fix | Andrzej Ratajczak | |
2020-05-19 | Add a draft version of divergent rendering | Kamil Doległo | |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś | |
2020-05-13 | SourceLinksTransformer: Fixed invalid cast exception, platform tags in ↵ | Filip Zybała | |
sources table, splitted invoke function to methods. | |||
2020-05-13 | Working tests for includes, sources and samples. Minor bugfixes | Andrzej Ratajczak | |