Age | Commit message (Expand) | Author |
2020-07-16 | Data class fix | Andrzej Ratajczak |
2020-07-16 | Use kotlin "1.4-M3" artifact | sebastian.sellmair |
2020-07-16 | Remove mavenLocal as default repository inside the project | sebastian.sellmair |
2020-07-16 | Only register collector and multimodule tasks on projects that actually have ... | sebastian.sellmair |
2020-07-15 | Show sourcesets from extension points as a part of page's sourceset | Marcin Aman |
2020-07-15 | Use DokkaLogger instead of println and adjust log levels for less verbosity b... | sebastian.sellmair |
2020-07-15 | Remove markdown repository in favor of jcenter and remove terminate :core:dep... | sebastian.sellmair |
2020-07-15 | Fix page merging bug that prevented including Kotlin Playground | Kamil Doległo |
2020-07-15 | Fix presenting inline code in KDoc | Andrzej Ratajczak |
2020-07-15 | Gfm tables fix | Andrzej Ratajczak |
2020-07-15 | Fix tests | Andrzej Ratajczak |
2020-07-15 | Fix Since Kotlin css view | Andrzej Ratajczak |
2020-07-15 | Fix table rendering with JDK12 stylesheets | Kamil Doległo |
2020-07-15 | Remove unnecessary files | Kamil Doległo |
2020-07-15 | Fix unnecessary 'Couldn't resolve link for' warning | Kamil Doległo |
2020-07-15 | Add fixes so the test actually passes | Aurimas Liutikas |
2020-07-15 | Add a basic mathjax test | Aurimas Liutikas |
2020-07-15 | ConfigurationExtractor: Gracefully handle projects without Kotlin project app... | sebastian.sellmair |
2020-07-15 | MultimodulePageCreator: Improve error message on missing module docFile | sebastian.sellmair |
2020-07-15 | Changing javadoc anchor format to Java 12 one | Błażej Kardyś |
2020-07-15 | Refactor and add integration tests | Andrzej Ratajczak |
2020-07-15 | Fix javadoc rendering | Andrzej Ratajczak |
2020-07-15 | Javadoc constructor anchor link fix | Błażej Kardyś |
2020-07-15 | Decalre documentation group for all dokka tasks | sebastian.sellmair |
2020-07-15 | Mark `DokkaBootstrap` with `Throws` annotation to avoid "UndeclaredThrowableE... | sebastian.sellmair |
2020-07-15 | Implement GradleRunner.buildRelaxed API | sebastian.sellmair |
2020-07-14 | Add TODO in it-multimodule-0 | sebastian.sellmair |
2020-07-14 | DokkaMultimoduleTask: Automatically declare dependencies to sub dokka tasks | sebastian.sellmair |
2020-07-14 | Add sourcesJar to shadow publications | sebastian.sellmair |
2020-07-14 | Adapt changes from "Simplify publishing configuration and enable sourcejars" | sebastian.sellmair |
2020-07-14 | PROPOSAL | sebastian.sellmair |
2020-07-14 | Simplify publishing configuration and enable sourcejars | Aurimas Liutikas |
2020-07-14 | Run build in parallel with Gradle cache | Alex Saveau |
2020-07-14 | Remove unnecessary grouping in Java Signature Provider that caused signature ... | Marcin Aman |
2020-07-14 | Kotlin as Java should translate class kinds | Marcin Aman |
2020-07-14 | Introduce some small CLI configuration fixes | Kamil Doległo |
2020-07-14 | Run only the root dokkaMultimodule task | Kamil Doległo |
2020-07-13 | Javadoc anchors | Błażej Kardyś |
2020-07-13 | Update version of dokka | Paweł Marks |
2020-07-13 | Single platform bubbles fix | Andrzej Ratajczak |
2020-07-13 | Update the javadoc stylesheet | Kamil Doległo |
2020-07-13 | Add flex to code-area in order to prevent overflow of ran samples | Marcin Aman |
2020-07-13 | WIP | Filip Zybała |
2020-07-13 | Refactor tab map creation | Paweł Marks |
2020-07-13 | Implemented extension point for tab sorting strategy | Filip Zybała |
2020-07-13 | Java sources in Kotlin-As-Java plugin should have original property visibilites | Marcin Aman |
2020-07-13 | Rename processSuperClasses to buildInheritanceInformation | Marcin Aman |
2020-07-13 | Draft for showing only first level of inheritance | Marcin Aman |
2020-07-13 | Remove duplicate `TaskAction` in DokkaMultimoduleTask.kt and DokkaTask.kt | sebastian.sellmair |
2020-07-13 | Remove DokkaTask.subprojects in favor of DokkaMultimodule and DokkaCollector | sebastian.sellmair |