aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-16Remove mavenLocal as default repository inside the projectsebastian.sellmair
2020-07-16Only register collector and multimodule tasks on projects that actually have ↵sebastian.sellmair
children
2020-07-15Show sourcesets from extension points as a part of page's sourcesetMarcin Aman
2020-07-15Use DokkaLogger instead of println and adjust log levels for less verbosity ↵sebastian.sellmair
by default
2020-07-15Remove markdown repository in favor of jcenter and remove terminate ↵sebastian.sellmair
:core:dependencies
2020-07-15Fix page merging bug that prevented including Kotlin PlaygroundKamil Doległo
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-15Gfm tables fixAndrzej Ratajczak
2020-07-15Fix testsAndrzej Ratajczak
2020-07-15Fix Since Kotlin css viewAndrzej Ratajczak
2020-07-15Fix table rendering with JDK12 stylesheetsKamil Doległo
2020-07-15Remove unnecessary filesKamil Doległo
2020-07-15Fix unnecessary 'Couldn't resolve link for' warningKamil Doległo
2020-07-15Add fixes so the test actually passesAurimas Liutikas
2020-07-15Add a basic mathjax testAurimas Liutikas
2020-07-15ConfigurationExtractor: Gracefully handle projects without Kotlin project ↵sebastian.sellmair
applied
2020-07-15MultimodulePageCreator: Improve error message on missing module docFilesebastian.sellmair
2020-07-15Changing javadoc anchor format to Java 12 oneBłażej Kardyś
2020-07-15Refactor and add integration testsAndrzej Ratajczak
2020-07-15Fix javadoc renderingAndrzej Ratajczak
2020-07-15Javadoc constructor anchor link fixBłażej Kardyś
2020-07-15Decalre documentation group for all dokka taskssebastian.sellmair
2020-07-15Mark `DokkaBootstrap` with `Throws` annotation to avoid ↵sebastian.sellmair
"UndeclaredThrowableException" when used with automagicProxy
2020-07-15Implement GradleRunner.buildRelaxed APIsebastian.sellmair
2020-07-14Add TODO in it-multimodule-0sebastian.sellmair
2020-07-14DokkaMultimoduleTask: Automatically declare dependencies to sub dokka taskssebastian.sellmair
2020-07-14Add sourcesJar to shadow publicationssebastian.sellmair
2020-07-14Adapt changes from "Simplify publishing configuration and enable sourcejars"sebastian.sellmair
2020-07-14PROPOSALsebastian.sellmair
2020-07-14Simplify publishing configuration and enable sourcejarsAurimas Liutikas
2020-07-14Run build in parallel with Gradle cacheAlex Saveau
2020-07-14Remove unnecessary grouping in Java Signature Provider that caused signature ↵Marcin Aman
to be in 2 lines
2020-07-14Kotlin as Java should translate class kindsMarcin Aman
2020-07-14Introduce some small CLI configuration fixesKamil Doległo
2020-07-14Run only the root dokkaMultimodule taskKamil Doległo
2020-07-13Javadoc anchorsBłażej Kardyś
2020-07-13Update version of dokkaPaweł Marks
2020-07-13Single platform bubbles fixAndrzej Ratajczak
2020-07-13Update the javadoc stylesheetKamil Doległo
2020-07-13Add flex to code-area in order to prevent overflow of ran samplesMarcin Aman
2020-07-13WIPFilip Zybała
2020-07-13Refactor tab map creationPaweł Marks
2020-07-13Implemented extension point for tab sorting strategyFilip Zybała
2020-07-13Java sources in Kotlin-As-Java plugin should have original property visibilitesMarcin Aman
2020-07-13Rename processSuperClasses to buildInheritanceInformationMarcin Aman
2020-07-13Draft for showing only first level of inheritanceMarcin Aman
2020-07-13Remove duplicate `TaskAction` in DokkaMultimoduleTask.kt and DokkaTask.ktsebastian.sellmair
2020-07-13Remove DokkaTask.subprojects in favor of DokkaMultimodule and DokkaCollectorsebastian.sellmair
2020-07-13BasicGradleIntegrationTest: Cover dokkaSourceSet configureEachsebastian.sellmair
2020-07-13Use `dokkaSourceSets.create` for fallback "main" source set creationsebastian.sellmair