aboutsummaryrefslogtreecommitdiff
path: root/plugins/base
AgeCommit message (Expand)Author
2020-08-19Mitigate #1341 issue in light classessebastian.sellmair
2020-08-19Reduce test source code to its minimum to reproduce #1341sebastian.sellmair
2020-08-19Implement test to reproduce https://github.com/Kotlin/dokka/issues/1341sebastian.sellmair
2020-08-19Index page for javadoc (#1244)Błażej Kardyś
2020-08-19LocationProvider: Implement new `resolveOrThrow` APIsebastian.sellmair
2020-08-19PackageList.kt: Remove unused importsebastian.sellmair
2020-08-19MultimoduleLocationProvider.kt: Remove unused importsebastian.sellmair
2020-08-19PackageListService.kt: Minor reformattingsebastian.sellmair
2020-08-19HtmlRenderer: Minor reformattingsebastian.sellmair
2020-08-19Remove unnecessary helper methodKamil Doległo
2020-08-19Fix test path for WindowsKamil Doległo
2020-08-19Fix relocation id creation in the Dokka010ExternalLocationProviderKamil Doległo
2020-08-19Add a test for the DefaultExternalLocationProviderKamil Doległo
2020-08-19Fix tests after the Gradle plugin updateKamil Doległo
2020-08-19Respect relocated declarationsKamil Doległo
2020-08-19Split `PackageList.load()` into several methodsKamil Doległo
2020-08-19Make `RecognizedLinkFormat.fromString()` eagerKamil Doległo
2020-08-19Rename `doOpenConnectionToReadContent` to `readContent` and make it return `I...Kamil Doległo
2020-08-19Rename `ExternalDocumentationInfo` to `ExternalDocumentation`Kamil Doległo
2020-08-19Specify generic type explicitly, fix formattingKamil Doległo
2020-08-19Replace !! with some meaningful messagesKamil Doległo
2020-08-19Refactor location providersKamil Doległo
2020-08-19Wrap unresolved links in `span` with `data-unresolved-link`Kamil Doległo
2020-08-19Fix tests containing unresolved linksKamil Doległo
2020-08-19Make unresolved links render as textKamil Doległo
2020-08-17Fix for creating searchbar pages data - escaping apostrophes (#1233)Filip Zybała
2020-08-17Apply requested changesAndrzej Ratajczak
2020-08-17Add tests and add projections to javadocAndrzej Ratajczak
2020-08-17Fix generic supertypes to hold TypeParametersAndrzej Ratajczak
2020-08-17Add generic typealiases proper parsing and some testsAndrzej Ratajczak
2020-08-17Inline `val newContent` in SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to itsebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement shouldRenderSourceSetBubblessebastian.sellmair
2020-08-17HtmlRenderer: Fix usage of sourceSetDependencyMapsebastian.sellmair
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Gradle Plugin: Code style improvementssebastian.sellmair
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are expected...sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-08-14Update an old test that had an assertion the other way aroundPaweł Marks
2020-08-14Fix bug with double Nullable wrappingPaweł Marks
2020-08-14Omit trivial boundPaweł Marks
2020-08-14Add tests checking omitting of obvious typesPaweł Marks
2020-08-14Refactor loggers to allow for message filteringPaweł Marks