aboutsummaryrefslogtreecommitdiff
path: root/runners/cli/src
AgeCommit message (Collapse)Author
2020-01-08Fix linking to stdlib with Maven and CLIKamil 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-14Fix CLI arguments, bump CLI library versionKamil Doległo
2019-08-13Fix typo in CLIKamil Doległo
2019-05-15Fix SinceKotlinKamil Doległo
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2018-10-03Introduce per-pass sinceKotlinSimon Ogorodnik
2018-08-17Temporarily merged new and old cli syntaxZubakov Aleksey
2018-08-11Cli parser refactoringaleksZubakov
2018-08-10Boilerplate eliminatingaleksZubakov
2018-08-08Move extension function into companion object, passArguments inlinealeksZubakov
2018-08-06Change cli parseraleksZubakov
2018-08-01Refactoring, replace DocumentationOption with PassConfigurationaleksZubakov
2018-07-14[backport] Support noJdkLink in cliSimon Ogorodnik
Original: 9e11559
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
Original: bf2945d
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-22Add "suppress" to the per-package configuration options.Chris Rankin
2017-11-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
fixes #205
2017-06-26Add deleted cli-parserSimon Ogorodnik
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
Introduce PackageListService #KT-16309 fixed
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-04-24Fix compilation of cli moduleSimon Ogorodnik
2017-03-29Per package optionsSimon Ogorodnik
2017-02-23Allow to specify implied platforms in command line; fix parsing of platforms ↵Dmitry Jemerov
specified in command line
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov
2016-12-08tools.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-02Now dokka-fatjar complete isolated from poisonous Gradle environmentSimon Ogorodnik
2016-11-03Updated kotlin-compiler to 1.1-M2-8 (#109)Simon Ogorodnik
2016-11-01Total build refactoring, prepare for new development iterationSimon 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