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
/
core
/
src
/
test
/
kotlin
/
utilities
Age
Commit message (
Expand
)
Author
2023-11-10
Restructure the project to utilize included builds (#3174)
Ignat Beresnev
2023-08-31
Update copyright (#3149)
Ignat Beresnev
2023-08-14
Refactor and document DisplaySourceSet, deprecate SelfRepresentingSingletonSe...
Vsevolod Tolstopyatov
2023-07-12
Deserialize DokkaConfiguration's Set as LinkedHashSet (#3006)
eunwoo-park
2023-07-05
Decompose Kotlin/Java analysis (#3034)
Ignat Beresnev
2023-02-20
Add the ability to pretty print DokkaConfiguration (#2872)
Ignat Beresnev
2020-08-31
Let module name be configurable withing `AbstractDokkaTask` and remove concep...
sebastian.sellmair
2020-08-17
Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to it
sebastian.sellmair
2020-08-14
Use List for representing classpaths instead of Set
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
Align json representation of filepaths
sebastian.sellmair
2020-07-20
Use jackson for json serialization and parsing
sebastian.sellmair