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
/
main
/
kotlin
/
defaultConfiguration.kt
Age
Commit message (
Expand
)
Author
2023-01-10
Revise documentation (#2728)
Ignat Beresnev
2022-04-29
Enable warnings as errors and fix all warnings (#2451)
Ignat Beresnev
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
2021-12-23
Introduce documentedVisibilities setting (#2270)
Ignat Beresnev
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
2020-11-27
Implement immediate temaplates resolution
Paweł Marks
2020-11-27
Add templating commands to the html format
Paweł Marks
2020-11-18
Add matchingRegex (#598)
Martin Bonnin
2020-11-12
Adding function division switch
Błażej Kardyś
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-08-31
Remove unnecessary trailing comma in defaultConfiguration.kt
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 concep...
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
Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition API
sebastian.sellmair
2020-08-14
API refinement for AbstractDokkaParentTask and DokkaMultiModuleTask
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 expected...
sebastian.sellmair
2020-08-14
Simplify Dokka Gradle Plugin
sebastian.sellmair
2020-07-20
Use jackson for json serialization and parsing
sebastian.sellmair
2020-07-20
Address review comments and fix integration tests
Alex Saveau
2020-07-20
Improve JSON parsing for CLI
Alex Saveau
2020-07-13
Remove `format` from dokka DokkaConfiguration
sebastian.sellmair
2020-07-10
Make external documentation links serializable
Paweł Marks
2020-07-06
Enforce workspace unique SourceSetID
sebastian.sellmair
2020-06-25
Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...
Kamil Doległo
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
Changing approach from platform-driven to source-set-driven
Błażej Kardyś
2020-04-30
Adds possibility to configure plugins
Andrzej Ratajczak
2020-03-23
Gradle Task supporting multimodular projects
Andrzej Ratajczak
2020-03-23
Adds linking plugins in CLI
Andrzej Ratajczak
2020-01-31
Bump Gradle version, migrate to Kotlin DSL, refactor publishing
Kamil Doległo