1. 252c349 Revert: Dokka platform changes needed to implement Devsite requirements. by Simon Ogorodnik · 7 years ago
  2. 6a02ac6 Adding missing DacFormatDescriptor. by Douglas Sigelbaum · 7 years ago
  3. b6c9947 Implement DacFormatDescriptor to generate developer.android.com website documentation. by Douglas Sigelbaum · 7 years ago
  4. daf1a59 Dokka platform changes needed to implement Devsite requirements. by Douglas Sigelbaum · 7 years ago
  5. 7118ee2 Remove JDK links test to pass build. by Douglas Sigelbaum · 7 years ago
  6. da4c7a7 Revert Fix OOME in integration tests by Simon Ogorodnik · 7 years ago
  7. bca5db0 Fix OOME in integration tests by Simon Ogorodnik · 7 years ago
  8. 32d2310 Merge remote-tracking branch 'origin/master' by Simon Ogorodnik · 7 years ago
  9. 24e3ebb Add android integration test, multi-flavour app test by Simon Ogorodnik · 7 years ago
  10. 438fffa Add default documentation link to android reference for dokka-android by Simon Ogorodnik · 7 years ago
  11. dff07a0 Prevent early evaluation of kotlinTasks. To work with kotlin-android by Simon Ogorodnik · 7 years ago
  12. 60858d8 Add gradle integration tests by Simon Ogorodnik · 7 years ago
  13. 558c6b6 Configure dokka based on Kotlin compile tasks by Simon Ogorodnik · 7 years ago
  14. 7c55d94 Update gradle to 4.0 by Simon Ogorodnik · 7 years ago
  15. b05a711 Fix slashes in external linking documentation by Simon Ogorodnik · 7 years ago
  16. 6300b94 Add missing @Optional to cacheRoot parameter by Simon Ogorodnik · 7 years ago
  17. fff865c Fix StringOutOfBoundsException in link mapping by Simon Ogorodnik · 7 years ago
  18. 6ca62b8 Make package-list caching optional by Simon Ogorodnik · 7 years ago
  19. c2a2294 Add caching of package-list's and fix multiple package-list loadings by Simon Ogorodnik · 7 years ago
  20. aed567f Prepare for next development iteration by Simon Ogorodnik · 7 years ago
  21. 42a6272 Fix serialization issues with gradle by Simon Ogorodnik · 7 years ago
  22. ef99442 Sort package-list output by Alex Waters · 7 years ago
  23. 4943720 README updated by Dmitry Jemerov · 7 years ago
  24. e80b64b Support reference-style markdown links in KDoc by Simon Ogorodnik · 7 years ago
  25. 4f4b86b Fix invalid line breaks in table cells for markdown formats by Simon Ogorodnik · 7 years ago
  26. f7f3eff Update "Using Dokka" section of readme by Simon Ogorodnik · 7 years ago
  27. 177aff6 Fix runner parameters for consistency, add default link to stdlib by Simon Ogorodnik · 7 years ago
  28. f9baebe Fix linking to javadoc external static fields by Simon Ogorodnik · 7 years ago
  29. fbfaef6 Fix parsing of line breaks inside javadoc comments by Simon Ogorodnik · 7 years ago
  30. 17c87f1 Throw exception when unable to collect classpath for android dokka by Simon Ogorodnik · 7 years ago
  31. 106b821 Fix dokka-android plugin with Android Gradle 2.4.0 build tools by Alex Waters · 7 years ago
  32. 46b615b Resolve links in package docs in whole module by Simon Ogorodnik · 7 years ago
  33. 0e8733e Add external documentation links argument to gradle, maven, ant by Simon Ogorodnik · 7 years ago
  34. a86c859 Support linking of external documentation by Simon Ogorodnik · 7 years ago
  35. 022a6a6 Do not publish private companion object members in public only mode by Simon Ogorodnik · 7 years ago
  36. 281477a Set jekyll links extension to .html by Simon Ogorodnik · 7 years ago
  37. 3b6e3a8 Add bunch of new parameters to runners by Simon Ogorodnik · 7 years ago
  38. c2afb34 Fix Markdown list spacing, ordering, and erroneous new lines by Alex Waters · 7 years ago
  39. 54c3c87 Refactoring internal communication for gradle by Simon Ogorodnik · 7 years ago
  40. acbe2f8 Fix missing whitespace around links and tokens in Markdown formatted text by Alex Waters · 7 years ago
  41. 5d61190 Fix bintray dependencies by Simon Ogorodnik · 7 years ago
  42. b803d79 Fix dependencies for gradle plugin publishing to plugins.gradle.org by Simon Ogorodnik · 7 years ago
  43. b697931 Fix <String> escaping in samples for KWS HTML format by Simon Ogorodnik · 7 years ago
  44. 5cd5ec6 Fix wrong maven coordinates on gradle plugin repo page by Simon Ogorodnik · 7 years ago
  45. 05e68c0 Fix NPE in gradle plugin by Simon Ogorodnik · 7 years ago
  46. 18fb546 Fix compilation of cli module by Simon Ogorodnik · 7 years ago
  47. b1c8964 Update bundled kotlin-compiler to 1.1.2 by Simon Ogorodnik · 7 years ago
  48. fccbf55 Merge branch 'fix-parse-package-options' by Simon Ogorodnik · 7 years ago
  49. f65fbf5 Tweak kws html format to match output of old format by Simon Ogorodnik · 7 years ago
  50. e13d38a Fix typo in html tag emph -> em by Simon Ogorodnik · 7 years ago
  51. 212b33e Fix parsing of per package options in CLI mode by Simon Ogorodnik · 7 years ago
  52. 1e79c85 Merge pull request #150 from Knize/android-build-tools-2.3 by Simon Ogorodnik · 7 years ago
  53. 60f7238 Fix dokka-android to support new build tools by knize · 7 years ago
  54. dd0e4af Implement assertion replacement templates for samples by Simon Ogorodnik · 7 years ago
  55. 57e3893 Per package options by Simon Ogorodnik · 7 years ago
  56. 921192e Fix GFM format crash in Guice by Simon Ogorodnik · 7 years ago
  57. 0fccc3f Add support for nice IDEA feature by Simon Ogorodnik · 7 years ago
  58. 8f60abd Fix JVM crash in gradle plugin by Simon Ogorodnik · 7 years ago
  59. 3693c2f Fix p tag closing in HTML format's by Simon Ogorodnik · 7 years ago
  60. 51377df Deprecate old kotlin-website formats by Simon Ogorodnik · 7 years ago
  61. 2eb805e Create HTML based format for kotlin-website by Simon Ogorodnik · 7 years ago
  62. 8eff2cf Merge branch '0.9.14/KT-15497' by Simon Ogorodnik · 7 years ago
  63. 39bfaa5 Merge pull request #143 from kvnxiao/patch-1 by Simon Ogorodnik · 7 years ago
  64. 998c24e updated style.css to better fit wide monitor resolutions by Kevin Xiao · 7 years ago
  65. b84df9a Fixed broken links to members of groupNode members by Simon Ogorodnik · 7 years ago
  66. 72f4602 Update kotlin to 1.1.0 by Simon Ogorodnik · 7 years ago
  67. abe161a Correct merging of different type namesake declarations between platforms by Simon Ogorodnik · 7 years ago
  68. 1934463 Fix test by Simon Ogorodnik · 7 years ago
  69. 5478d2b Don't add (platforms) fro kotlin-website format by Simon Ogorodnik · 7 years ago
  70. ddad0ac Correct detecting platform for Extensions on external classes by Simon Ogorodnik · 7 years ago
  71. 6276fd0 Split data tags for kotlin-website format by Simon Ogorodnik · 7 years ago
  72. d43d47b Merge branch 'semoro/multiplatform' by Simon Ogorodnik · 7 years ago
  73. bc71b31 Platform and version requirements for packages. Fixed tests. by Simon Ogorodnik · 7 years ago
  74. 05c5a8f Render functional type in parenthesis when it in receiver position by Simon Ogorodnik · 7 years ago
  75. 20b3b0d Fix loosing of line breaks inside import list for kotlin-website-samples format by Simon Ogorodnik · 7 years ago
  76. ef753c8 Package platforms detected based on it's members, refactored multiplatform tests layout by Simon Ogorodnik · 7 years ago
  77. 289d287 Fix test by Simon Ogorodnik · 7 years ago
  78. 706d37b data-platform attribute for index rows in kotlin-website format by Simon Ogorodnik · 7 years ago
  79. fa70d72 Update run configuration for building stdlib docs by Dmitry Jemerov · 7 years ago
  80. 0f9dac9 Merge remote-tracking branch 'origin/0.9.14/BlankLines' by Dmitry Jemerov · 7 years ago
  81. 004fc0c Merge branch 'website-samples' by Dmitry Jemerov · 7 years ago
  82. 5b90b57 Don't crash on source roots without a platform by Dmitry Jemerov · 7 years ago
  83. 386f3a8 Don't show member extensions defined in other classes in the list of members for a type by Dmitry Jemerov · 7 years ago
  84. c8bef5f Allow to specify implied platforms in Ant scripts by Dmitry Jemerov · 7 years ago
  85. 82912c0 Allow to specify platform for source roots in Ant scripts by Dmitry Jemerov · 7 years ago
  86. a3c7641 Omit platform of members when it's the same as the platform of the defining class by Dmitry Jemerov · 7 years ago
  87. a962349 Support 'dynamic' type by Dmitry Jemerov · 7 years ago
  88. 77a3012 Detect default platforms based only on the roots that we're currently processing by Dmitry Jemerov · 7 years ago
  89. bfd615d Option to skip declarations in root package from generated documentation (they can't be imported anyway) by Dmitry Jemerov · 7 years ago
  90. edb0d90 Process all declarations with the same primary platform in a single pass; allow to provide default platforms based on declaration descriptor by Dmitry Jemerov · 7 years ago
  91. 5da3385 Rename isSample() to isNotSample() because that's what it checks by Dmitry Jemerov · 7 years ago
  92. ff8fdb0 Resolve link and generate alltypes only once, not after every platform by Dmitry Jemerov · 7 years ago
  93. 66757b4 Allow to specify implied platforms in command line; fix parsing of platforms specified in command line by Dmitry Jemerov · 7 years ago
  94. 0e35c83 Add missing injection annotation by Dmitry Jemerov · 7 years ago
  95. 64a8684 Don't show implied platforms in output by Dmitry Jemerov · 7 years ago
  96. 99689ad Merge declarations with the same signature defined for multiple platforms by Dmitry Jemerov · 7 years ago
  97. a39c7a1 Allow specifying implicit platforms for each source root by Dmitry Jemerov · 7 years ago
  98. 287c820 Show platforms of a node in summary table by Dmitry Jemerov · 7 years ago
  99. 1270519 Refactor SinceKotlin support to a more general "platform" mechanism by Dmitry Jemerov · 7 years ago
  100. 7fa2588 Dokka now can detect and recognize SinceKotlin by Simon Ogorodnik · 7 years ago