Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-23 | Introduce documentedVisibilities setting (#2270) | Ignat Beresnev | |
* Introduce `documentedVisibilities` setting * Remove hardcoded doc generation for Visibility.PUBLIC, correct tests * Add maven, gradle and cli integration tests for documentedVisibilities * Fix maven plugin configuration overriding the default value * Remove test debug prints * Correct an inconsistency with default values and leave a comment of intentions * Add a test for visibility of private setter | |||
2021-06-21 | Cachable task (#1905) | Marcin Aman | |
* Add tests for Gradle caching scenarios and adjust tasks to honor caching such that tests pass * Make dokka tasks cachable * Make dokka tasks cachable * Make dokka tasks cachable * Fix gradle assertion Co-authored-by: Volker Leck <volker.leck@gmail.com> | |||
2021-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2020-11-19 | Adjust integration tests to the new package options API | Marcin Aman | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-09-04 | Javadoc version number is always 0.0.1 #1406 | Marcin Aman | |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-31 | Let root package be represented as [root] to the user | sebastian.sellmair | |
2020-08-14 | Extract `kotlinSourceSet()` from `GradleDokkaSourceSetBuilder` | Kamil Doległo | |
2020-08-14 | Use java.net.URL consistently across Gradle Plugin API surface | sebastian.sellmair | |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair | |
2020-08-14 | API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask | sebastian.sellmair | |
2020-08-14 | Replace ExternalDocumentationLink.Builder with factory functions | sebastian.sellmair | |
2020-08-14 | Use Gradle's new Property/Provider APIs | sebastian.sellmair | |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair | |
2020-07-13 | BasicGradleIntegrationTest: Cover dokkaSourceSet configureEach | sebastian.sellmair | |
2020-07-13 | Remove chunk from `it-basic` | sebastian.sellmair | |
2020-07-13 | Remove `global` dokka source set (in favor of configureEach) | sebastian.sellmair | |
2020-07-13 | Adapt s3-snapshots.yml | sebastian.sellmair | |
2020-07-13 | it-basic/build.gradle.kts: Cleanup | sebastian.sellmair | |
2020-07-13 | Implement `AbstractDokkaTask` to suport DokkaMultimoduleTask | sebastian.sellmair | |
2020-07-13 | Remove Project.dokka extension function | sebastian.sellmair | |
2020-07-13 | Cleanup it-basic | sebastian.sellmair | |
2020-07-13 | Rename DokkaDependencies.kt to DokkaArtifacts.kt | sebastian.sellmair | |
2020-07-13 | Refactor dokka tasks classpath configuration | sebastian.sellmair | |
2020-07-02 | BasicGradleIntegrationTest: Add java source | sebastian.sellmair | |
2020-07-02 | Implement template mechanism for Gradle integration tests | sebastian.sellmair | |
2020-07-02 | Introduce special gradle plugin publication for integration tests | sebastian.sellmair | |
2020-07-02 | Gradle integration tests: Use dokka_it_kotlin_version over kotlin_version | sebastian.sellmair | |
2020-07-02 | runner:gradle-plugin: Apply `java-gradle-plugin` | sebastian.sellmair | |
2020-07-02 | Implement AbstractDefaultVersionsGradleIntegrationTest.kt | sebastian.sellmair | |
2020-07-02 | Re-implement first basic gradle integration test | sebastian.sellmair | |