1. 1827d9b Add noGenerate{Pacakge,Classes}IndexPage cli arguments. by Vladimir Kryachko · 4 years, 3 months ago
  2. 9d35788 Declaring dokka-fatjar as a dependency of dokka-gradle-plugin by Jeff Gaston · 4 years, 4 months ago
  3. fddad9a Making dokka_version propagate correctly into built artifacts when it changes by Jeff Gaston · 4 years, 4 months ago
  4. e1dd512 Adding Dokka source to AOSP by Tiem Song · 5 years ago
  5. dd8a2a2 Replace Dokka source with a Dokka maven repo (see ./maven). by Doug Sigelbaum · 6 years ago
  6. bf2945d Support propagating inherited extensions from libraries by Simon Ogorodnik · 6 years ago
  7. 13c4cb9 Add language version arguments by Simon Ogorodnik · 7 years ago
  8. a88cd9d Don't require JavaPluginConvention by Simon Ogorodnik · 7 years ago
  9. 9733b4b Fix compilation, after enabling JSR305 by Simon Ogorodnik · 7 years ago
  10. f94beaa Clarify Kotlin Versions and config in project by Simon Ogorodnik · 7 years ago
  11. ac00e03 Fix bundling of kotlin-runtime & reflect into Gradle plugin by Simon Ogorodnik · 7 years ago
  12. 2a62816 Add "suppress" to the per-package configuration options. by Chris Rankin · 7 years ago
  13. afea8e9 Fix reporting of FileComparisonFailure by adding idea_rt dependency by Simon Ogorodnik · 7 years ago
  14. 17ab40f Take intellij-core-analysis back by Simon Ogorodnik · 7 years ago
  15. 7d9cba1 Exclude src from kotlin-ide-common in fatjar by Simon Ogorodnik · 7 years ago
  16. f3c83f4 Download dependencies from TeamCity by Simon Ogorodnik · 7 years ago
  17. 694d51d Fix Can't find node by signature in asJava mode by Simon Ogorodnik · 7 years ago
  18. ce7ebd2 Fix not suppressing Android generated files in javadoc format by Simon Ogorodnik · 7 years ago
  19. 487dba6 Fix pom generation for dokka-android-plugin by Simon Ogorodnik · 7 years ago
  20. c14f3b0 Fix early lazy computation by Simon Ogorodnik · 7 years ago
  21. 2290bcb Fix not rebuilding on source change by Simon Ogorodnik · 7 years ago
  22. a10c1f8 Make classpath Iterable<File> #218 by Simon Ogorodnik · 7 years ago
  23. 05d613d Fix android-sdk license accepting on TeamCity by Simon Ogorodnik · 7 years ago
  24. d92518a Ensure build directory exists before generating POM into it (#236) by Eric Wendelin · 7 years ago
  25. fec5256 Fix building of maven plugin by Simon Ogorodnik · 7 years ago
  26. 2baf338 Update ShadowJar Gradle plugin to 2.0.1 by Simon Ogorodnik · 7 years ago
  27. 206829d Replace provided configuration with compileOnly by Simon Ogorodnik · 7 years ago
  28. 41221f7 Add global configuration "includeNonPublic" by Jonathan Haas · 7 years ago
  29. d95a743 Make PackageOptions serializable by Jonathan Haas · 7 years ago
  30. 9870752 Add deleted cli-parser by Simon Ogorodnik · 7 years ago
  31. 4810d07 Update bundled kotlin compiler to 1.1.3 by Simon Ogorodnik · 7 years ago
  32. 1121071 Suppress output of android.R and other generated stuff in dokka-android by Simon Ogorodnik · 7 years ago
  33. da4c7a7 Revert Fix OOME in integration tests by Simon Ogorodnik · 7 years ago
  34. bca5db0 Fix OOME in integration tests by Simon Ogorodnik · 7 years ago
  35. 24e3ebb Add android integration test, multi-flavour app test by Simon Ogorodnik · 7 years ago
  36. 438fffa Add default documentation link to android reference for dokka-android by Simon Ogorodnik · 7 years ago
  37. dff07a0 Prevent early evaluation of kotlinTasks. To work with kotlin-android by Simon Ogorodnik · 7 years ago
  38. 60858d8 Add gradle integration tests by Simon Ogorodnik · 7 years ago
  39. 558c6b6 Configure dokka based on Kotlin compile tasks by Simon Ogorodnik · 7 years ago
  40. 7c55d94 Update gradle to 4.0 by Simon Ogorodnik · 7 years ago
  41. 6300b94 Add missing @Optional to cacheRoot parameter by Simon Ogorodnik · 7 years ago
  42. 6ca62b8 Make package-list caching optional by Simon Ogorodnik · 7 years ago
  43. 177aff6 Fix runner parameters for consistency, add default link to stdlib by Simon Ogorodnik · 7 years ago
  44. 17c87f1 Throw exception when unable to collect classpath for android dokka by Simon Ogorodnik · 7 years ago
  45. 106b821 Fix dokka-android plugin with Android Gradle 2.4.0 build tools by Alex Waters · 7 years ago
  46. 0e8733e Add external documentation links argument to gradle, maven, ant by Simon Ogorodnik · 7 years ago
  47. a86c859 Support linking of external documentation by Simon Ogorodnik · 7 years ago
  48. 3b6e3a8 Add bunch of new parameters to runners by Simon Ogorodnik · 7 years ago
  49. 54c3c87 Refactoring internal communication for gradle by Simon Ogorodnik · 7 years ago
  50. 5d61190 Fix bintray dependencies by Simon Ogorodnik · 7 years ago
  51. b803d79 Fix dependencies for gradle plugin publishing to plugins.gradle.org by Simon Ogorodnik · 7 years ago
  52. 5cd5ec6 Fix wrong maven coordinates on gradle plugin repo page by Simon Ogorodnik · 7 years ago
  53. 05e68c0 Fix NPE in gradle plugin by Simon Ogorodnik · 7 years ago
  54. 18fb546 Fix compilation of cli module by Simon Ogorodnik · 7 years ago
  55. 60f7238 Fix dokka-android to support new build tools by knize · 7 years ago
  56. 57e3893 Per package options by Simon Ogorodnik · 7 years ago
  57. 8f60abd Fix JVM crash in gradle plugin by Simon Ogorodnik · 7 years ago
  58. c8bef5f Allow to specify implied platforms in Ant scripts by Dmitry Jemerov · 7 years ago
  59. 82912c0 Allow to specify platform for source roots in Ant scripts by Dmitry Jemerov · 7 years ago
  60. bfd615d Option to skip declarations in root package from generated documentation (they can't be imported anyway) by Dmitry Jemerov · 7 years ago
  61. 66757b4 Allow to specify implied platforms in command line; fix parsing of platforms specified in command line by Dmitry Jemerov · 7 years ago
  62. a39c7a1 Allow specifying implicit platforms for each source root by Dmitry Jemerov · 7 years ago
  63. 3da12b4 Fixed problems with 1.0.6 compiler conflict by Simon Ogorodnik · 7 years ago
  64. 408c0bd Various config options now available in Gradle plugin by Simon Ogorodnik · 7 years ago
  65. cf4b03f Hotfix 0.9.11, finally fixed problem with dokka-fatjar resolving by Simon Ogorodnik · 7 years ago
  66. 08fbbc5 Hotfix 0.9.11, now dokka-android should work properly by Simon Ogorodnik · 7 years ago
  67. 06407b7 Workaround #127 by Simon Ogorodnik · 7 years ago
  68. f8246d9 Manual integration of PR #93 by Simon Ogorodnik · 7 years ago
  69. 80ffa21 Dokka ClassLoader for Gradle now complete isolated from Gradle Env by Simon Ogorodnik · 8 years ago
  70. 25b9aa9 tools.jar (#125), Fixes #85, #58 by Simon Ogorodnik · 8 years ago
  71. 546e8ed Post-review changes, simplified proxies by Simon Ogorodnik · 8 years ago
  72. 13bda73 Now dokka-fatjar complete isolated from poisonous Gradle environment by Simon Ogorodnik · 8 years ago
  73. 4dc2f01 Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0 by Simon Ogorodnik · 8 years ago
  74. c4cf001 Updated kotlin-compiler to 1.1-M2-8 (#109) by Simon Ogorodnik · 8 years ago
  75. d1eee30 Build refactoring: Now dokka-fatjar runnable through `java -jar` again by Simon Ogorodnik · 8 years ago
  76. b9ebe9c Fix for CI builds #2 by Simon Ogorodnik · 8 years ago
  77. 58fc8a7 Fix for CI builds by Simon Ogorodnik · 8 years ago
  78. 769701f Total build refactoring, prepare for new development iteration by Simon Ogorodnik · 8 years ago