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 | |
2023-05-31 | Fix missing tab entries for module names with space (#3019) | Ignat Beresnev | |
2023-04-25 | Tidy/remove unnecessary imports and suppressions (#2975) | aSemy | |
2023-02-20 | Change default logging level of console apps (#2871) | Ignat Beresnev | |
2023-01-10 | Revise documentation (#2728) | Ignat Beresnev | |
Co-authored-by: Sarah Haggarty <sarahhaggarty@users.noreply.github.com> | |||
2022-12-16 | Display `SinceKotlin` everywhere (#2708) | Vadim Mishenev | |
* Introduce `extraOptions` * Make 'SinceKotlin' option * Display 'SinceKotlin' everywhere * Dump API * Fix CLI bug * Show custom tags in property brief * Show custom tags in extension brief * Show `SinceKotlin` for TypeAlias * Fix `stdlib.diff` * Add a test * Display doc for actual typealias * Propagate SinceKotlin * Refactor * Refactor in `SinceKotlinTransformer` * Revert "Introduce `extraOptions`" This reverts commit b83fdf5da31a97e2ae037f46a735d34a2f84d2ec. * Revert "Make 'SinceKotlin' option" This reverts commit 69f4641d1776f3a4bcd361919212c2de7fa2364e. * Introduce `dokka.SinceKotlin` system property instead of extra arg * Fix API * Fix tests * Rename * Spread on extensions * Put doc and rename prop | |||
2022-04-29 | Enable warnings as errors and fix all warnings (#2451) | Ignat Beresnev | |
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting | |||
2022-02-15 | Fix loading empty properties by CLI json parser (#2362) | Andrzej Ratajczak | |
2022-02-14 | Shutdown coroutines dispatchers after each module pass (#2325) | Ignat Beresnev | |
* Update kotlinx.coroutines to 1.6.0 * Shutdown common coroutines dispatchers after each module pass * Don't finalize coroutines in unit tests Co-authored-by: Mikhail Zarechenskiy <mikhail.zarechenskiy@jetbrains.com> | |||
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-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-03-26 | Reintroduce multimodule documentation (#1804) | Marcin Aman | |
2021-03-01 | Add ability to suppress obvious functions like equals, toString... (#1758) | Marcin Aman | |
* Add ability to suppress obvious functions like equals, toString... * Add ability to suppress obvious functions like equals, toString... | |||
2021-02-24 | Fix parameters on cli and bump kotlinx.cli (#1755) | Marcin Aman | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-10-06 | Change in CLI module name to be optional, but with default value | Andrzej Ratajczak | |
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-25 | Relative paths fix | Andrzej Ratajczak | |
2020-08-14 | Use List for representing classpaths instead of Set | 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 | DokkaConfiguration: Use `Set` instead of `List` when collections are ↵ | sebastian.sellmair | |
expected to be distinct | |||
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-07-27 | Correct newer javadoc links | Błażej Kardyś | |
2020-07-20 | Address review comments and fix integration tests | Alex Saveau | |
2020-07-20 | Improve JSON parsing for CLI | Alex Saveau | |
2020-07-14 | Introduce some small CLI configuration fixes | Kamil Doległo | |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair | |
2020-07-07 | Implement simple cli integration test | sebastian.sellmair | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-07-06 | Replace direct creation of ExternalDocumentationLink with ↵ | Kamil Doległo | |
ExternalDocumentationLink.Builder | |||
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to ↵ | sebastian.sellmair | |
Afzal Najam) | |||
2020-06-18 | Implement default configurations | sebastian.sellmair | |
2020-06-16 | Refactor CLI | Andrzej Ratajczak | |
2020-06-15 | Implement "failOnWarning" option | sebastian.sellmair | |
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 | 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-14 | Update to 1.4-M2, Native fails with an exception | Kamil Doległo | |