aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/configuration.kt
AgeCommit message (Expand)Author
2023-02-20Add the ability to pretty print DokkaConfiguration (#2872)Ignat Beresnev
2023-01-26Support kotlin wasm targetIgor Yakovlev
2023-01-10Revise documentation (#2728)Ignat Beresnev
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-02-15Convert interfaces to functional (#2360)Goooler
2022-02-14Shutdown coroutines dispatchers after each module pass (#2325)Ignat Beresnev
2022-01-12Add global settings to JSON dokka cli input (#2292)Andrzej Ratajczak
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-04-06Suppress inherited members (#1814)Marcin Aman
2021-03-26Reintroduce multimodule documentation (#1804)Marcin Aman
2021-03-01Add ability to suppress obvious functions like equals, toString... (#1758)Marcin Aman
2020-11-27Implement immediate temaplates resolutionPaweł Marks
2020-11-27Add templating commands to the html formatPaweł Marks
2020-11-18Add matchingRegex (#598)Martin Bonnin
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-09-04Javadoc version number is always 0.0.1 #1406Marcin Aman
2020-08-31Re-use includes form child tasks for all modules page generationsebastian.sellmair
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Gradle Plugin: Code style improvementssebastian.sellmair
2020-08-14Use List for representing classpaths instead of Setsebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14Cover GradleDokkaSourceSetBuilder with testssebastian.sellmair
2020-08-14Replace ExternalDocumentationLink.Builder with factory functionssebastian.sellmair
2020-08-14Use Gradle's new Property/Provider APIssebastian.sellmair
2020-08-14DokkaConfiguration: Use `Set` instead of `List` when collections are expected...sebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-07-22Skip empty packages by defaultKamil Doległo
2020-07-20Fix style issues introduced with dokka-cli-jsonsebastian.sellmair
2020-07-20Implement DokkaConfigurationSerializableTestsebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-20Address review comments and fix integration testsAlex Saveau
2020-07-20Improve JSON parsing for CLIAlex Saveau
2020-07-13Remove `format` from dokka DokkaConfigurationsebastian.sellmair
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-18Implement default configurationssebastian.sellmair
2020-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-06-04All modules page generationBłażej Kardyś
2020-05-20Merging of platform dependent hints in sourceset treeBłażej Kardyś
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-04-30Adds possibility to configure pluginsAndrzej Ratajczak
2020-03-23Adds linking plugins in CLIAndrzej Ratajczak
2020-03-18Adding documentable filtering based on visibilityBłażej Kardyś
2020-01-31Bump Gradle version, migrate to Kotlin DSL, refactor publishingKamil Doległo