index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runners
/
gradle-plugin
/
src
/
test
Age
Commit message (
Expand
)
Author
2023-02-01
Add missing group and description for Multimodule tasks (#2806)
Róbert Papp
2023-01-30
Replace `by` helper function with the standard `set()` (#2834)
aSemy
2022-09-27
Update Kotlin to 1.7.20-RC (#2682)
Ignat Beresnev
2022-04-29
Enable warnings as errors and fix all warnings (#2451)
Ignat Beresnev
2022-04-25
Fix missing external docs for some AndroidX libraries (#2456)
Edric Chan
2022-02-15
Convert interfaces to functional (#2360)
Goooler
2021-12-23
Introduce documentedVisibilities setting (#2270)
Ignat Beresnev
2021-08-21
Review comments + "unspecified" version fix
Marcin Aman
2021-08-12
Webhelp-like frontend
Marcin Aman
2021-04-14
Add ability to document generated files (#1832)
Marcin Aman
2021-03-26
Reintroduce multimodule documentation (#1804)
Marcin Aman
2021-01-05
Versioning (#1654)
Błażej Kardyś
2020-12-02
Fix gradle passing 'unspecified' version to dokka configuration (#1650)
Marcin Aman
2020-11-27
Fixing tests after moving SingleGeneration to base
Błażej Kardyś
2020-11-27
Moving SingleGeneration to base pluing
Błażej Kardyś
2020-11-18
Add matchingRegex (#598)
Martin Bonnin
2020-10-07
Make logo replaceable #1339 (#1488)
Marcin Aman
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 concep...
sebastian.sellmair
2020-08-25
Fix external links to Android and Androix documentations
Kamil Doległo
2020-08-20
Implement tests for enhanced KotlinSourceSetGist mechanism
sebastian.sellmair
2020-08-20
Fix tests for changed KotlinSourceSetGist
sebastian.sellmair
2020-08-20
- Implement GradleDokkaSourceSetBuilder#isDocumented to enable/disable source...
sebastian.sellmair
2020-08-20
Add task descriptions to all dokka tasks
sebastian.sellmair
2020-08-14
Update Gradle version to 6.6
sebastian.sellmair
2020-08-14
Use java.net.URL consistently across Gradle Plugin API surface
sebastian.sellmair
2020-08-14
Use List for representing classpaths instead of Set
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
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
2020-08-14
Use Gradle's new Property/Provider APIs
sebastian.sellmair
2020-08-14
Adapt KotlinDslDokkaTaskConfigurationTest.kt
sebastian.sellmair
2020-08-14
DokkaConfiguration: Use `Set` instead of `List` when collections are expected...
sebastian.sellmair
2020-08-14
Simplify Dokka Gradle Plugin
sebastian.sellmair
2020-07-20
Implement DokkaConfigurationSerializableTest
sebastian.sellmair
2020-07-20
Use jackson for json serialization and parsing
sebastian.sellmair
2020-07-15
Decalre documentation group for all dokka tasks
sebastian.sellmair
2020-07-15
Mark `DokkaBootstrap` with `Throws` annotation to avoid "UndeclaredThrowableE...
sebastian.sellmair
2020-07-13
Implement DokkaTasksTest
sebastian.sellmair
2020-07-13
Implement `AbstractDokkaTask` to suport DokkaMultimoduleTask
sebastian.sellmair
2020-07-13
Remove `format` from dokka DokkaConfiguration
sebastian.sellmair
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-06-04
Implement Project.dokka extension to align kotlin and groovey dokka configura...
sebastian.sellmair