aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2020-09-14Refactor DocTags and add markdown testsAndrzej Ratajczak
2020-09-10Add testsAndrzej Ratajczak
2020-09-10Add TypeAliased boundAndrzej Ratajczak
2020-09-08Remove topologicalSort since it is no longer usedAndrzej Ratajczak
2020-09-08Apply requested changesAndrzej Ratajczak
2020-09-08Changed way of merging documentables to avoid exception on merging documentab...Andrzej Ratajczak
2020-09-04Javadoc version number is always 0.0.1 #1406Marcin Aman
2020-09-03Update Dokka maturity warningsebastian.sellmair
2020-09-01Suppress SameParameterValue warning in DokkaGeneratorsebastian.sellmair
2020-09-01Implement exitGenerationGracefully APIsebastian.sellmair
2020-08-31Implement dPackage and dModule test APIs in favour of default params in DModu...sebastian.sellmair
2020-08-31CompositeSourceSetID: drop reduce in favour of `joinToString`Sebastian Sellmair
2020-08-31Remove unnecessary trailing comma in defaultConfiguration.ktsebastian.sellmair
2020-08-31Minor readability improvement in ModuleAndPackageDocumentationTransformer.ktsebastian.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-31Remove DRI.canonicalPackageNamesebastian.sellmair
2020-08-31WIPsebastian.sellmair
2020-08-31Implement tests for ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Make testApi dokkaConfiguration available outside of AbstractCoreTestsebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationTransformerTest.ktsebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Implement ParseModuleAndPackageDocFragments APIsebastian.sellmair
2020-08-28Fix unstable ordering by sorting methods and entries in the searchbarKamil Doległo
2020-08-27Apply requested changesAndrzej Ratajczak
2020-08-27Add handling for generic type parameters varianceAndrzej Ratajczak
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
2020-08-25Fix external links to Android and Androix documentationsKamil Doległo
2020-08-21Replace SelfType with family of RecursiveTypesPaweł Marks
2020-08-21Create navigation search componentMarcin Aman
2020-08-20Include interfaces to abstract modelMarcin Aman
2020-08-20Revert unwanted changesMarcin Aman
2020-08-20Javadoc package-listMarcin Aman
2020-08-20Implement tests for enhanced KotlinSourceSetGist mechanismsebastian.sellmair
2020-08-20Hide unused generic type variables in constructorAndrzej Ratajczak
2020-08-19Declare `dokkaVersion` as input `processResources` task in :coresebastian.sellmair
2020-08-17Fix generic supertypes to hold TypeParametersAndrzej Ratajczak
2020-08-17Apply requested changesAndrzej Ratajczak
2020-08-17Add generic typealiases proper parsing and some testsAndrzej Ratajczak
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to itsebastian.sellmair
2020-08-17ContentNodes: Explicitly check types of childrensebastian.sellmair
2020-08-17Implement CompositeSourceSetID.plus APIsebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-08-17Print maturity warning when running dokkasebastian.sellmair
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Gradle Plugin: Code style improvementssebastian.sellmair