Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-08 | Fix linking to stdlib with Maven and CLI | Kamil Doległo | |
Fixes https://github.com/Kotlin/dokka/issues/551 by adding default links in each runner. This should probably be done in one place later on, but I don't see a good place to do it. We can't add it in DokkaGenerator without copying the whole configuration to some default implementation and we can't do it in ExternalDocumentationLinkResolver without redoing it in PackageProvider | |||
2019-08-14 | Fix CLI arguments, bump CLI library version | Kamil Doległo | |
2019-08-13 | Fix typo in CLI | Kamil Doległo | |
2019-05-15 | Fix SinceKotlin | Kamil Doległo | |
2019-03-27 | Rework configuration, fix Gradle plugin | Kamil Doległo | |
2018-10-03 | Introduce per-pass sinceKotlin | Simon Ogorodnik | |
2018-08-17 | Temporarily merged new and old cli syntax | Zubakov Aleksey | |
2018-08-11 | Cli parser refactoring | aleksZubakov | |
2018-08-10 | Boilerplate eliminating | aleksZubakov | |
2018-08-08 | Move extension function into companion object, passArguments inline | aleksZubakov | |
2018-08-06 | Change cli parser | aleksZubakov | |
2018-08-01 | Refactoring, replace DocumentationOption with PassConfiguration | aleksZubakov | |
2018-07-14 | [backport] Support noJdkLink in cli | Simon Ogorodnik | |
Original: 9e11559 | |||
2018-07-13 | [backport] Support propagating inherited extensions from libraries | Simon Ogorodnik | |
Original: bf2945d | |||
2017-11-27 | Add language version arguments | Simon Ogorodnik | |
2017-11-22 | Add "suppress" to the per-package configuration options. | Chris Rankin | |
2017-11-05 | Fix Can't find node by signature in asJava mode | Simon Ogorodnik | |
fixes #205 | |||
2017-06-26 | Add deleted cli-parser | 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-11 | Support linking of external documentation | Simon Ogorodnik | |
Introduce PackageListService #KT-16309 fixed | |||
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik | |
2017-04-24 | Fix compilation of cli module | Simon Ogorodnik | |
2017-03-29 | Per package options | Simon Ogorodnik | |
2017-02-23 | Allow to specify implied platforms in command line; fix parsing of platforms ↵ | Dmitry Jemerov | |
specified in command line | |||
2017-02-23 | Allow specifying implicit platforms for each source root | Dmitry Jemerov | |
2016-12-08 | tools.jar (#125), Fixes #85, #58 | Simon Ogorodnik | |
Added hack to adjust publishing pom for maven Added hack to load tools.jar for cli | |||
2016-12-02 | Now dokka-fatjar complete isolated from poisonous Gradle environment | Simon Ogorodnik | |
2016-11-03 | Updated kotlin-compiler to 1.1-M2-8 (#109) | Simon Ogorodnik | |
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon Ogorodnik | |
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10 |