aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/model
AgeCommit message (Expand)Author
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-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-31Minor readability improvement in ModuleAndPackageDocumentationTransformer.ktsebastian.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 tests for ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationTransformerTest.ktsebastian.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-20Hide unused generic type variables in constructorAndrzej Ratajczak
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-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-14Add tests checking omitting of obvious typesPaweł Marks
2020-08-14Add tools for easier content test debuggingPaweł Marks
2020-08-12Move utility APIs into `PreMergeDocumentationTransformer`sebastian.sellmair
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś
2020-07-23Make DParameter extend `WithType`Kamil Doległo
2020-07-16Implement javadoc searchMarcin Aman
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-13Draft for showing only first level of inheritanceMarcin Aman
2020-07-07Remove unnecessary files from core, rename aditional -> additionalKamil Doległo
2020-07-01Implement `AbstractJavadocTemplateMapTest` APIsebastian.sellmair
2020-06-26Javadoc briefs updateBłażej Kardyś
2020-06-25Extract information about extensionsPaweł Marks
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...sebastian.sellmair
2020-06-25Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ...Andrzej Ratajczak
2020-06-25Hides internal annotations from rendering #947Andrzej Ratajczak
2020-06-24Fix testsAndrzej Ratajczak
2020-06-24Make inherited functions and implemented intefaces source set dependentAndrzej Ratajczak
2020-06-23Javadoc classlikes and function pagesMarcin Aman
2020-06-18KotlinSignatureProvider: Render 'fun interface' into signaturesebastian.sellmair
2020-06-17Add UnresolvedBound instead of throwing an exceptionKamil Doległo
2020-06-15Make module name a part of sourceSetID be defaultKamil Doległo
2020-06-15Change sourceSet collection from List to SetKamil Doległo
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo