Age | Commit message (Expand) | Author |
2020-07-13 | Implement `AbstractDokkaTask` to suport DokkaMultimoduleTask | sebastian.sellmair |
2020-07-13 | Implement defaultDokkaOutputDirectory | sebastian.sellmair |
2020-07-13 | Remove Project.dokka extension function | sebastian.sellmair |
2020-07-13 | Introduce dokkaKdoc task | sebastian.sellmair |
2020-07-13 | Rename DokkaDependencies.kt to DokkaArtifacts.kt | sebastian.sellmair |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair |
2020-07-13 | Refactor dokka tasks classpath configuration | sebastian.sellmair |
2020-07-13 | Refactor dokka tasks classpath configuration | sebastian.sellmair |
2020-07-09 | Implement PublicationValidation | sebastian.sellmair |
2020-07-08 | Implement SetupMaven task | sebastian.sellmair |
2020-07-08 | Implement simple MavenIntegrationTest.kt | sebastian.sellmair |
2020-07-07 | Annotate all properties on DokkaTask and DokkaMultimoduleTask to support the ... | sebastian.sellmair |
2020-07-07 | Implement simple cli integration test | sebastian.sellmair |
2020-07-06 | Manually disable bintray tasks in root project (https://github.com/bintray/gr... | sebastian.sellmair |
2020-07-06 | Dokka Gradle Plugin: Configure bintray publication for gradle plugin marker | sebastian.sellmair |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-07-06 | Fix source set name in Maven | Kamil Doległo |
2020-07-06 | Replace direct creation of ExternalDocumentationLink with ExternalDocumentati... | Kamil Doległo |
2020-07-02 | Cleanup project and disable validatePlugins (https://github.com/Kotlin/dokka/... | sebastian.sellmair |
2020-07-02 | Introduce special gradle plugin publication for integration tests | sebastian.sellmair |
2020-07-02 | runner:gradle-plugin: Apply `java-gradle-plugin` | sebastian.sellmair |
2020-06-29 | DokkaTask: Replace exitProcess with exception and helpful message if no sourc... | sebastian.sellmair |
2020-06-25 | Fix rendering of coroutines | Krzysztof Romanwoski |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |
2020-06-18 | Implement default configurations | sebastian.sellmair |
2020-06-16 | Fix sourceSetID creation | Kamil Doległo |
2020-06-16 | Refactor CLI | Andrzej Ratajczak |
2020-06-16 | Dokka Gradle Plugin: Reduce public API surface | sebastian.sellmair |
2020-06-15 | Implement "failOnWarning" option | sebastian.sellmair |
2020-06-15 | Make module name a part of sourceSetID be default | Kamil Doległo |
2020-06-15 | Fix DokkaCollector task | Kamil Doległo |
2020-06-15 | Change sourceSet collection from List to Set | Kamil Doległo |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair |
2020-06-04 | Implement Project.dokka extension to align kotlin and groovey dokka configura... | sebastian.sellmair |
2020-06-04 | All modules page generation | Błażej Kardyś |
2020-05-20 | Merging of platform dependent hints in sourceset tree | Błażej Kardyś |
2020-05-19 | Fix sourceRootName extraction | Kamil Doległo |
2020-05-15 | Fix ConfigurationExtractor compilation finding | Kamil Doległo |
2020-05-14 | Update to 1.4-M2, Native fails with an exception | Kamil Doległo |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś |
2020-04-30 | Adds possibility to configure plugins | Andrzej Ratajczak |
2020-04-27 | Fix problem with base plugin not being loaded in gradle runner | Andrzej Ratajczak |
2020-04-23 | Fix creating absolute paths for output files | Kamil Doległo |
2020-03-31 | Pull Request review fixes - defaultLinks method refactored, blank lines removed | Filip Zybała |
2020-03-31 | Fixed maven and CLI runners stdlib links bug | Filip Zybała |
2020-03-23 | Gradle Task supporting multimodular projects | Andrzej Ratajczak |
2020-03-23 | Adds working dokkaPlugins configuration tag to Maven | Andrzej Ratajczak |
2020-03-23 | Adds base plugin loading in gradle and cli | Andrzej Ratajczak |