Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-31 | Enable explicit API mode (#3139) | Ignat Beresnev | |
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-14 | Refactor and document DisplaySourceSet, deprecate ↵ | Vsevolod Tolstopyatov | |
SelfRepresentingSingletonSet (#3105) * Deprecate internal API SelfRepresentingSingletonSet for removal as being harmful and unimplement it in DisplaySourceSet * Provide no automatic migration for DisplaySourceSet, as there are no mechanisms for that. Manual migration is the replacement of 'dss' to `setOf(dss)` where applicable * Introduce a convenience-member DefaultRenderer.buildContentNode to avoid wrapping DSS into set manually * Document DisplaySourceSet * Replace Iterable<DisplaySourceSet>.sourceSetIDs with more straightforward Iterable<DisplaySourceSet>.computeSourceSetIds(), refactor all the usages, save some allocations * Start caching CompositeSourceSetID properties to avoid excessive allocations * Update integration tests on the latest revision with Knit version where the workaround is applied Fixes #2897 | |||
2023-02-28 | Fix unresolved link to declaration from another source set (#2878) | Vadim Mishenev | |
2022-02-21 | Code cleanups (#2165) | Goooler | |
2022-02-15 | Convert interfaces to functional (#2360) | Goooler | |
2021-10-15 | Fix adding new custom stylesheets in submodules (#2168) | vmishenev | |
2021-09-30 | Fix wrong path to root (#2130) | vmishenev | |
2021-07-28 | Fix broken link in kotlinx.serialization (#2038) | Marcin Aman | |
* Fix broken link in kotlinx.serialization * Rename DRIWithSourceSet to DRIWithSourceSets | |||
2021-07-05 | Flatten multi-module structure (#1980) | Kamil Doległo | |
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists | |||
2021-04-21 | Make anchors stable (#1851) | Marcin Aman | |
* Make anchors stable * Remove backing field from merged and all in CompositeSourceSetID | |||
2021-03-04 | Fix clashing properties and external links ordering (#1765) | Marcin Aman | |
2021-01-05 | Versioning (#1654) | Błażej Kardyś | |
* Adding versioning mechanism for multimodule * Versioning improvement * Refactor configuration, add ordering * Fix integration tests * Change packages, unignore test Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Unify MultimoduleLocationProvider | Kamil Doległo | |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-11-27 | Extracting dokka generation to the dedicated extension point | Paweł Marks | |
2020-10-20 | Fix anchor linking when the linked type is on a different platform (#1568) | Kamil Doległo | |
* Fix anchor linking when the linked type is on a different platform * Refactor location provider to use types Co-authored-by: Marcin Aman <marcin.aman@gmail.com> | |||
2020-10-08 | Add information about content kind and sourceset to anchor | Marcin Aman | |
2020-10-08 | Fixes to multimodule page anchoring | Marcin Aman | |
2020-10-01 | Escape urls in anchors | Marcin Aman | |
2020-09-30 | Implement more reliable PackageListService | Kamil Doległo | |
2020-09-30 | Fix a bug in the DefaultLocationProvider which skipped lookup of some ↵ | Kamil Doległo | |
relocated DRIs | |||
2020-09-24 | Escape special characters in file names | Marcin Aman | |
2020-09-10 | Fix presentation of typealiases | Andrzej Ratajczak | |
2020-09-08 | Fix multimodule DRI location provider mapping | 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 | Re-use includes form child tasks for all modules page generation | sebastian.sellmair | |
2020-08-31 | Let root package be represented as [root] to the user | sebastian.sellmair | |
2020-08-31 | Let `DRI.packageName` always be a real package name for root packages ("") | sebastian.sellmair | |
2020-08-20 | Fix tests after bad rebase | Andrzej Ratajczak | |
2020-08-19 | LocationProvider: Implement new `resolveOrThrow` API | sebastian.sellmair | |
2020-08-19 | MultimoduleLocationProvider.kt: Remove unused import | sebastian.sellmair | |
2020-08-19 | Respect relocated declarations | Kamil Doległo | |
2020-08-19 | Rename `ExternalDocumentationInfo` to `ExternalDocumentation` | Kamil Doległo | |
2020-08-19 | Specify generic type explicitly, fix formatting | Kamil Doległo | |
2020-08-19 | Refactor location providers | Kamil Doległo | |
2020-08-19 | Make unresolved links render as text | Kamil Doległo | |
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair | |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair | |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair | |
2020-07-13 | Implement Kamils fix for `MultimoduleLocationProvider` | sebastian.sellmair | |
2020-07-10 | Fix bug with multimodule links to subprojects | Kamil Doległo | |
2020-07-09 | Fix concurrency issue managing package request cache | Alex Saveau | |
2020-07-07 | Cache location provider | Paweł Marks | |
2020-07-07 | Make Location provider use anchor hints | Paweł Marks | |
2020-07-01 | Implement `AbstractJavadocTemplateMapTest` API | sebastian.sellmair | |
2020-06-26 | Fix childrenless directories | Andrzej Ratajczak | |
2020-06-26 | Adding external url handling | Błażej Kardyś | |
2020-06-26 | Briefs raw rendering and basic url handling | Błażej Kardyś | |