aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test
AgeCommit message (Expand)Author
2020-09-08Handle same level declared expected classlikesAndrzej Ratajczak
2020-09-08Changed way of merging documentables to avoid exception on merging documentab...Andrzej Ratajczak
2020-09-07Test images in GFMMarcin Aman
2020-09-07NullPointerException on images #1424Marcin Aman
2020-09-01Implement exitGenerationGracefully APIsebastian.sellmair
2020-08-31Remove old `defaultSourceSet` in favour of new packagesebastian.sellmair
2020-08-31Implement dPackage and dModule test APIs in favour of default params in DModu...sebastian.sellmair
2020-08-31Re-use includes form child tasks for all modules page generationsebastian.sellmair
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-31Implement `root package is matched by empty string and the root keyword` testsebastian.sellmair
2020-08-31WIPsebastian.sellmair
2020-08-31Let `DRI.packageName` always be a real package name for root packages ("")sebastian.sellmair
2020-08-31Implement tests for ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationTransformerTest.ktsebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Implement ParseModuleAndPackageDocFragments APIsebastian.sellmair
2020-08-28Fix presentation of code blocks in dokka html and dokka javadoc formatsAndrzej Ratajczak
2020-08-28Draft for improving code formatting #1346Marcin Aman
2020-08-28Fix losing tokens while parsing markdown italic textAndrzej Ratajczak
2020-08-27Add tests to ensure varianceAndrzej Ratajczak
2020-08-25Fix external links to Android and Androix documentationsKamil Doległo
2020-08-24Fix LinkableContentTest.ktsebastian.sellmair
2020-08-21Fix linking to declarations in companion objects in old dokka formatsKamil Doległo
2020-08-21Replace SelfType with family of RecursiveTypesPaweł Marks
2020-08-20Fix tests after bad rebaseAndrzej Ratajczak
2020-08-20Fix LinkProvider to link properly all nested generic parametersAndrzej Ratajczak
2020-08-20Add some testsAndrzej Ratajczak
2020-08-20Hide unused generic type variables in constructorAndrzej Ratajczak
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-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-19Refactor location providersKamil Doległo
2020-08-19Fix tests containing unresolved linksKamil Doległo
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-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.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-14Add tests checking omitting of obvious typesPaweł Marks