aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-17Apply requested changesAndrzej 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-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-17JavadocContentNodes: add support for `withSourceSets` APIsebastian.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-17Print maturity warning when running dokkasebastian.sellmair
2020-08-14Update Gradle version to 6.6sebastian.sellmair
2020-08-14Update kotlin compiler to 1.4.0sebastian.sellmair
2020-08-14Fix `GradleDokkaSourceSetBuilder.sourceRoots` annotationsebastian.sellmair
2020-08-14Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder`Kamil Doległo
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Remove unnecessary "isMultiplatform" utilsebastian.sellmair
2020-08-14Gradle Plugin: Code style improvementssebastian.sellmair
2020-08-14fixup! API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14toDokkaSourceSetImpl: Use `getSafe` instead of `get` everywheresebastian.sellmair
2020-08-14DokkaMultiModuleTask: Use Property/Provider APIsebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14Handle wrongly implemented `DokkaMultiModuleFileLayout`sebastian.sellmair
2020-08-14Declare `checkChildDokkaTasksIsNotEmpty` as internalsebastian.sellmair
2020-08-14Add documentation to DokkaMultiModuleFileLayoutsebastian.sellmair
2020-08-14API refinement for AbstractDokkaParentTask and DokkaMultiModuleTasksebastian.sellmair
2020-08-14Cover GradleDokkaSourceSetBuilder with testssebastian.sellmair
2020-08-14Re-introduce changes from aaf0e377a383f916b8dfff9dc78e4274b9b30b9c ↵sebastian.sellmair
(Propagate default Kotlin/Native KLIBs to the Dokka classpath) into `kotlinClasspathUtils``
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14Adapt KotlinDslDokkaTaskConfigurationTest.ktsebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are ↵sebastian.sellmair
expected to be distinct
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
2020-08-14Add tools for easier content test debuggingPaweł Marks
2020-08-14Add test tools for extracted string assertionsPaweł Marks
2020-08-12Remove unused parameter in ReportUndocumentedTransformersebastian.sellmair
2020-08-12EmptyPackagesFilterTransformer & SuppressedDocumentableFilterTransformer: ↵sebastian.sellmair
Readability improvements
2020-08-12Move PreMergeDocumentableTransformer utils out of the interfacesebastian.sellmair
2020-08-12Move utility APIs into `PreMergeDocumentationTransformer`sebastian.sellmair
2020-08-12Implement DocumentableFilterSuppressedTransformersebastian.sellmair
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś