aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/resolvers/local
AgeCommit message (Expand)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
2023-08-14Refactor and document DisplaySourceSet, deprecate SelfRepresentingSingletonSe...Vsevolod Tolstopyatov
2023-02-28Fix unresolved link to declaration from another source set (#2878)Vadim Mishenev
2022-02-21Code cleanups (#2165)Goooler
2022-02-15Convert interfaces to functional (#2360)Goooler
2021-10-15Fix adding new custom stylesheets in submodules (#2168)vmishenev
2021-09-30Fix wrong path to root (#2130)vmishenev
2021-07-28Fix broken link in kotlinx.serialization (#2038)Marcin Aman
2021-07-05Flatten multi-module structure (#1980)Kamil Doległo
2021-04-21Make anchors stable (#1851)Marcin Aman
2021-03-04Fix clashing properties and external links ordering (#1765)Marcin Aman
2021-01-05Versioning (#1654)Błażej Kardyś
2020-11-27Changing how multimodule location provider works and improving gfm link subst...Błażej Kardyś
2020-11-27Unify MultimoduleLocationProviderKamil Doległo
2020-11-27Implement immediate temaplates resolutionPaweł Marks
2020-11-27Extracting dokka generation to the dedicated extension pointPaweł Marks
2020-10-20Fix anchor linking when the linked type is on a different platform (#1568)Kamil Doległo
2020-10-08Add information about content kind and sourceset to anchorMarcin Aman
2020-10-08Fixes to multimodule page anchoringMarcin Aman
2020-10-01Escape urls in anchorsMarcin Aman
2020-09-30Implement more reliable PackageListServiceKamil Doległo
2020-09-30Fix a bug in the DefaultLocationProvider which skipped lookup of some relocat...Kamil Doległo
2020-09-24Escape special characters in file namesMarcin Aman
2020-09-10Fix presentation of typealiasesAndrzej Ratajczak
2020-09-08Fix multimodule DRI location provider mappingAndrzej Ratajczak
2020-09-08Changed way of merging documentables to avoid exception on merging documentab...Andrzej Ratajczak
2020-08-31Re-use includes form child tasks for all modules page generationsebastian.sellmair
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-31Let `DRI.packageName` always be a real package name for root packages ("")sebastian.sellmair
2020-08-20Fix tests after bad rebaseAndrzej Ratajczak
2020-08-19LocationProvider: Implement new `resolveOrThrow` APIsebastian.sellmair
2020-08-19MultimoduleLocationProvider.kt: Remove unused importsebastian.sellmair
2020-08-19Respect relocated declarationsKamil Doległo
2020-08-19Rename `ExternalDocumentationInfo` to `ExternalDocumentation`Kamil Doległo
2020-08-19Specify generic type explicitly, fix formattingKamil Doległo
2020-08-19Refactor location providersKamil Doległo
2020-08-19Make unresolved links render as textKamil Doległo
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-07-13Implement Kamils fix for `MultimoduleLocationProvider`sebastian.sellmair
2020-07-10Fix bug with multimodule links to subprojectsKamil Doległo
2020-07-09Fix concurrency issue managing package request cacheAlex Saveau
2020-07-07Cache location providerPaweł Marks
2020-07-07Make Location provider use anchor hintsPaweł Marks
2020-07-01Implement `AbstractJavadocTemplateMapTest` APIsebastian.sellmair
2020-06-26Fix childrenless directoriesAndrzej Ratajczak
2020-06-26Adding external url handlingBłażej Kardyś