Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-18 | Implement default configurations | sebastian.sellmair | |
2020-06-15 | Implement "failOnWarning" option | sebastian.sellmair | |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo | |
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-31 | Fixed maven and CLI runners stdlib links bug | Filip Zybała | |
2020-03-23 | Gradle Task supporting multimodular projects | Andrzej Ratajczak | |
2020-03-23 | Adds working dokkaPlugins configuration tag to Maven | Andrzej Ratajczak | |
2020-03-04 | Use JDK8 as the default version | Kamil Doległo | |
2020-02-04 | Implements DokkaLogger interface by MavenDokkaLogger | Andrzej Ratajczak | |
2020-01-31 | Minor fixes, rewritten CrossPlatformExec.kt | Kamil Doległo | |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo | |
2019-08-06 | Remove TODOs | Kamil Doległo | |
2019-05-28 | Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev | KrystianUjma | |
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt | |||
2019-05-15 | Fix SinceKotlin | Kamil Doległo | |
2019-05-07 | remove multiplatform suport for maven | KrystianUjma | |
2019-05-07 | Merge branch 'multiplatform-support' of github.com:KrystianUjma/dokka into ↵ | KrystianUjma | |
multiplatform-support | |||
2019-05-07 | fix maven build, add multiplatform and single configuration for maven runner | KrystianUjma | |
2019-04-26 | add multiplatform configuration for maven | KrystianUjma | |
2019-03-27 | Fix Maven | Kamil Doległo | |
2019-03-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2019-03-19 | Merge branch 'kotlin-website-jonnyzzz' into multiplatform-support | KrystianUjma | |
2019-03-11 | Fix test, prohibit non-unix path style for dir property | KrystianUjma | |
Update readme.md, allow only unix based path (dir property) | |||
2019-02-19 | Cleanup http | Simon Ogorodnik | |
2018-12-21 | Refactor maven-plugin build | Eugene Petrenko | |
download maven from Gradle, bump maven plugin tools version | |||
2018-12-13 | Fix IDEA Inspections | Xerus | |
2018-09-11 | download maven from Gradle | Eugene Petrenko | |
2018-09-06 | Drop unnecessary properties in SourceRoot | Zubakov | |
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-16 | Merge branch 'devsite-fixes-backport' into dev-multiplatf | aleksZubakov | |
# Conflicts: # core/src/main/kotlin/Analysis/AnalysisEnvironment.kt # core/src/test/kotlin/TestAPI.kt | |||
2018-07-14 | Support noJdkLink in Maven | Simon Ogorodnik | |
2018-07-10 | Add js platform support | aleksZubakov | |
2018-05-16 | Fix lookup of tools.jar in Maven runner | Simon Ogorodnik | |
Fix #272 | |||
2018-02-01 | Fix publication POM for maven-plugin | Simon Ogorodnik | |
2017-11-27 | Add language version arguments | Simon Ogorodnik | |
2017-11-23 | Clarify Kotlin Versions and config in project | Simon Ogorodnik | |
2017-11-22 | Add "suppress" to the per-package configuration options. | Chris Rankin | |
2017-11-02 | Ensure build directory exists before generating POM into it (#236) | Eric Wendelin | |
This declares the inputs and outputs for the maven-plugin generatePom task, which improves incremental build support and as of Gradle 4.3 (updated) automatically creates directory paths for declared outputs. Issue: #235 | |||
2017-10-24 | Fix building of maven plugin | Simon Ogorodnik | |
2017-10-08 | Update ShadowJar Gradle plugin to 2.0.1 | Simon Ogorodnik | |
2017-10-08 | Replace provided configuration with compileOnly | Simon Ogorodnik | |
2017-06-16 | Update gradle to 4.0 | Simon Ogorodnik | |
2017-06-07 | Make package-list caching optional | Simon Ogorodnik | |
2017-05-16 | Fix runner parameters for consistency, add default link to stdlib | Simon Ogorodnik | |
2017-05-11 | Add external documentation links argument to gradle, maven, ant | Simon Ogorodnik | |
2017-05-04 | Add bunch of new parameters to runners | Simon Ogorodnik | |
Such as packageOptions, impliedPlatforms and so on | |||
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik | |
2017-02-23 | Allow specifying implicit platforms for each source root | Dmitry Jemerov | |