Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-06 | Suppress inherited members (#1814) | Marcin Aman | |
2021-03-26 | Fix configuration for suppressing obvious functions (#1789) | Marcin Aman | |
* Fix suppressObviousFunctions not being present in task configuration * Docs | |||
2020-12-28 | Use maven directly to download additional dependencies (#1644) | Andreas Dangel | |
* Use maven instead of aether to resolve additional dependencies Aether is still used, but now indirectly by maven. Using maven directly allows to reuse all the configurations like repositories, mirrors, proxies and the local repository. | |||
2020-11-18 | Add matchingRegex (#598) | Martin Bonnin | |
* add matchingRegex as a simpler replacement for `prefix` * remove useless check * added a note about the order of the matchingRegex | |||
2020-10-07 | Make logo replaceable #1339 (#1488) | Marcin Aman | |
2020-09-30 | Set aether authn when getting artifacts | Stephen Byrne | |
When getting artifacts via aether for the plugins classpath, set authentication on the remote repositories. Without this, dokka fails if remote repositories require authentication. | |||
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove ↵ | sebastian.sellmair | |
concept of `moduleDisplayName` | |||
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 | Replace ExternalDocumentationLink.Builder with factory functions | 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 ↵ | sebastian.sellmair | |
expected to be distinct | |||
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair | |
2020-07-20 | Update compiler version to 1.4.0-rc-173 | sebastian.sellmair | |
2020-07-15 | Use DokkaLogger instead of println and adjust log levels for less verbosity ↵ | sebastian.sellmair | |
by default | |||
2020-07-15 | Refactor and add integration tests | Andrzej Ratajczak | |
2020-07-15 | Fix javadoc rendering | Andrzej Ratajczak | |
2020-07-14 | Adapt changes from "Simplify publishing configuration and enable sourcejars" | sebastian.sellmair | |
2020-07-14 | Simplify publishing configuration and enable sourcejars | Aurimas Liutikas | |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair | |
2020-07-08 | Implement SetupMaven task | sebastian.sellmair | |
2020-07-08 | Implement simple MavenIntegrationTest.kt | sebastian.sellmair | |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair | |
2020-07-06 | Fix source set name in Maven | Kamil Doległo | |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵ | Kamil Doległo | |
use it instead of SourceSetData | |||
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) |