Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-10 | Restructure the project to utilize included builds (#3174) | Ignat Beresnev | |
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com> | |||
2023-08-31 | Enable explicit API mode (#3139) | Ignat Beresnev | |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev | |
* Add the default copyright profile and enable IDEA project settings * Add the license notice file | |||
2023-08-30 | Migrate to JUnit 5 and unify used test API (#3138) | Ignat Beresnev | |
2022-05-26 | Fix some integration tests on Windows (#2507) | Matthew Haughton | |
2022-01-12 | Add global settings to JSON dokka cli input (#2292) | Andrzej Ratajczak | |
* Add global settings to JSON dokka cli input * Apply requested changes * Move initialization of global arguments to extension function in core module | |||
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-22 | Logging in CLI (#1976) | Marcin Aman | |
2021-04-29 | Make module name optional in cli (#1850) | Marcin Aman | |
2021-02-24 | Fix parameters on cli and bump kotlinx.cli (#1755) | 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-19 | Adapt integration tests for checking unresolved links | Kamil Doległo | |
2020-07-20 | Re-introduce default DokkaCollectorTask, run on all submodules by default, ↵ | sebastian.sellmair | |
add Collector0IntegrationTest | |||
2020-07-13 | Introduce dokkaKdoc task | sebastian.sellmair | |
2020-07-08 | Implement simple MavenIntegrationTest.kt | sebastian.sellmair | |
2020-07-07 | CliIntegrationTest: Add assertion for undocumented reports | sebastian.sellmair | |
2020-07-07 | Implement simple cli integration test | sebastian.sellmair | |