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-08-21 | Review comments + "unspecified" version fix | Marcin Aman | |
2021-08-12 | Webhelp-like frontend | Marcin Aman | |
2021-07-09 | Add gradle version check (#2006) | Marcin Aman | |
2021-07-06 | Fix Gradle plugin application (#2000) | Kamil Doległo | |
Default dependency to dokka-base in dokkaPluginConfiguration was changed to a regular dependency. Applying client-side plugins overrode the default dokka-base dependency thus changing the version to a (possibly) lower one. This could lead to unpredictable Dokka crashes due to the inconsistency between the Gradle runner and dokka-base versions. Dependencies can still be manually removed from the configuration in specific projects, if needed (not likely) | |||
2021-07-06 | Change jekyll links to be .html (#1990) | Marcin Aman | |
2021-07-05 | Flatten multi-module structure (#1980) | Kamil Doległo | |
* Add support for multimodule package lists * Merge package-lists in multi-module generation * Remove double-wrapping of modules in multi-module generation * Handle empty modules in package lists | |||
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-05-17 | Extract properties to AbstractDokkaLeafTask (#1922) | Kamil Doległo | |
2021-05-04 | Adds a supertype for leaf dokka tasks that defines dokkaSourceSets (#1891) | Ryan Nett | |
* Adds a supertype for leaf dokka tasks that defines dokkaSourceSets * Extract implementation of dokkaSourceSets to AbstractDokkaLeafTask | |||
2021-04-14 | Add ability to document generated files (#1832) | Marcin Aman | |
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2021-03-26 | Reintroduce multimodule documentation (#1804) | Marcin Aman | |
2021-01-18 | Fix a bug with not creating Gradle configurations for partial tasks | Kamil Doległo | |
2020-12-02 | Fix gradle passing 'unspecified' version to dokka configuration (#1650) | Marcin Aman | |
2020-11-27 | Changing how multimodule location provider works and improving gfm link ↵ | Błażej Kardyś | |
substitution | |||
2020-11-27 | Adding multimodule all modules page creation for gfm | Błażej Kardyś | |
2020-11-27 | Implement immediate temaplates resolution | Paweł Marks | |
2020-11-27 | Add templating commands to the html format | Paweł Marks | |
2020-11-27 | Extracting dokka generation to the dedicated extension point | Paweł Marks | |
2020-11-18 | Add matchingRegex (#598) | Martin Bonnin | |
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex | |||
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-09-01 | Also add KotlinCompile#classpath to final classpath calculation | sebastian.sellmair | |
2020-08-31 | Remove unnecessary blank lines | sebastian.sellmair | |
2020-08-31 | Re-use includes form child tasks for all modules page generation | sebastian.sellmair | |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
2020-08-24 | GradleSourceLinkBuilder: Use canonicalPath instead of absolutePath | sebastian.sellmair | |
2020-08-20 | Declare all dokka tasks as abstract instead of open | sebastian.sellmair | |
2020-08-20 | Use `project.objects.fileCollection` instead of `project.files` for creating ↵ | sebastian.sellmair | |
an empty collection | |||
2020-08-20 | Implement tests for enhanced KotlinSourceSetGist mechanism | sebastian.sellmair | |
2020-08-20 | - Implement GradleDokkaSourceSetBuilder#isDocumented to enable/disable ↵ | sebastian.sellmair | |
source sets - Let KotlinSourceSetGist#isMain use provider API to be evaluated more lazily | |||
2020-08-20 | Add task descriptions to all dokka tasks | sebastian.sellmair | |
2020-08-20 | Fix convention for ExternalDocumentationLink#packageListUrl | sebastian.sellmair | |
2020-08-14 | Fix `GradleDokkaSourceSetBuilder.sourceRoots` annotation | 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 | Remove unnecessary "isMultiplatform" util | sebastian.sellmair | |
2020-08-14 | Gradle Plugin: Code style improvements | sebastian.sellmair | |
2020-08-14 | fixup! API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask | sebastian.sellmair | |
2020-08-14 | Use List for representing classpaths instead of Set | sebastian.sellmair | |
2020-08-14 | toDokkaSourceSetImpl: Use `getSafe` instead of `get` everywhere | sebastian.sellmair | |
2020-08-14 | DokkaMultiModuleTask: Use Property/Provider API | sebastian.sellmair | |
2020-08-14 | Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API | sebastian.sellmair | |
2020-08-14 | Handle wrongly implemented `DokkaMultiModuleFileLayout` | sebastian.sellmair | |
2020-08-14 | Declare `checkChildDokkaTasksIsNotEmpty` as internal | sebastian.sellmair | |
2020-08-14 | Add documentation to DokkaMultiModuleFileLayout | sebastian.sellmair | |
2020-08-14 | API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask | sebastian.sellmair | |
2020-08-14 | Cover GradleDokkaSourceSetBuilder with tests | sebastian.sellmair | |