1. 075d4ae fix "all tests" configuration by Dmitry Jemerov · 9 years ago
  2. 186a4d7 fix module name in shared run configurations by Dmitry Jemerov · 9 years ago
  3. c14cfa2 allow each format service to provide its own support files by Dmitry Jemerov · 9 years ago
  4. 334f25c configure Ant dependency so that it's visible in IntelliJ by Dmitry Jemerov · 9 years ago
  5. dd762a1 remove references to Ant from README by Dmitry Jemerov · 9 years ago
  6. 3963105 restructure Dokka build to use Gradle for everything except for the Maven plugin by Dmitry Jemerov · 9 years ago
  7. 797cb47 Merge pull request #38 from mikehearn/style-css by Dmitry Jemerov · 9 years ago
  8. 610ca01 a ScriptDescriptor is a ClassDescriptor now by Dmitry Jemerov · 9 years ago
  9. 8ce8efd update kotlin-for-upsource.jar to beta 3 by Dmitry Jemerov · 9 years ago
  10. 90cf2eb Copy style.css to the output directory when doing HTML and use relative paths. by Mike Hearn · 9 years ago
  11. 23e270b Use Java 8 Path API to relativize paths instead of rolling a custom version. by Mike Hearn · 9 years ago
  12. e7aeb48 fix link extensions in kotlin-website format by Dmitry Jemerov · 9 years ago
  13. 58d3222 advance versions by Dmitry Jemerov · 9 years ago
  14. 64946ea update to Kotlin beta 2 by Dmitry Jemerov · 9 years ago
  15. 53f6584 restore library dependencies by Dmitry Jemerov · 9 years ago
  16. 0cb055a Merge pull request #35 from Kotlin/badges by Dmitry Jemerov · 9 years ago
  17. 8b0efb0 Add build status and latest version bades by Sergey Mashkov · 9 years ago
  18. 4586b7f add example project links by Dmitry Jemerov · 9 years ago
  19. 1e6a179 typo by Dmitry Jemerov · 9 years ago
  20. 15a6178 README updated again by Dmitry Jemerov · 9 years ago
  21. 7da1f90 README updated by Dmitry Jemerov · 9 years ago
  22. eb13b18 fix path for renaming file after proguard by Dmitry Jemerov · 9 years ago
  23. 3d3cec0 use correct GString syntax by Dmitry Jemerov · 9 years ago
  24. cb9e197 include dokka-ant.jar in dokka fatjar; advance version to 0.9.1 by Dmitry Jemerov · 9 years ago
  25. e847b51 update org to kotlin; working upload script for Maven plugin by Dmitry Jemerov · 9 years ago
  26. 057ff29 restore accidentally lost source roots in .iml by Dmitry Jemerov · 9 years ago
  27. 42e9650 bintray upload work in progress by Dmitry Jemerov · 9 years ago
  28. f325c16 add task to put Kotlin and Dokka versions into the pom.xml of the Maven plugin by Dmitry Jemerov · 9 years ago
  29. e8e7e8e prepare pom.xml for editing by updatePom task by Dmitry Jemerov · 9 years ago
  30. cbce425 push empty build.gradle to make TeamCity happy by Dmitry Jemerov · 9 years ago
  31. 7097a80 update IDE configuration by Dmitry Jemerov · 9 years ago
  32. 979dbca setup multi-project build; specify version in one place for all Gradle project by Dmitry Jemerov · 9 years ago
  33. 4164f9f add tools.jar to run classpath for tests by Dmitry Jemerov · 9 years ago
  34. 98562c5 add javadoc module tests to ant build by Dmitry Jemerov · 9 years ago
  35. b643bf6 add tests; fixes related to qualified names of types by Dmitry Jemerov · 9 years ago
  36. 0bad648 get rid of duplicate implementations of calculating DocumentationNode qualified name by Dmitry Jemerov · 9 years ago
  37. fb9f466 include tools.jar in compilation classpath by Dmitry Jemerov · 9 years ago
  38. 7a92ba5 include javadoc module in dokka fatjar by Dmitry Jemerov · 9 years ago
  39. d2c8b67 remove unnecessary getResourceAsStream() (https://bugs.openjdk.java.net/browse/JDK-8080094) by Dmitry Jemerov · 9 years ago
  40. 01fa038 include resources in jar file by Dmitry Jemerov · 9 years ago
  41. 449a61c revert array handling by Dmitry Jemerov · 9 years ago
  42. 970af57 correctly show documentation for inner classes by Dmitry Jemerov · 9 years ago
  43. f50966b remove extra <p> tags from @param by Dmitry Jemerov · 9 years ago
  44. 972118b generate @deprecated tags for javadoc by Dmitry Jemerov · 9 years ago
  45. fb2a0e8 fix rendering of array types by Dmitry Jemerov · 9 years ago
  46. 66cb1d5 hide private and internal members from javadoc by Dmitry Jemerov · 9 years ago
  47. 852b4c4 javadoc link rendering fixes by Dmitry Jemerov · 9 years ago
  48. cb9d0bc extract DescriptorDocumentationParser out of DocumentationBuilder by Dmitry Jemerov · 9 years ago
  49. 84ea5c6 @Inject all the things by Dmitry Jemerov · 9 years ago
  50. 3655b70 streamline setup code by Dmitry Jemerov · 9 years ago
  51. 21dcc4a extract JavadocParser to a separate file; extract DeclarationLinkResolver out of DocumentationBuilder by Dmitry Jemerov · 9 years ago
  52. fb25c1e reduce the number of Kotlinisms in documentation model generated from Java code by Dmitry Jemerov · 9 years ago
  53. aa9395a shared run configuration for generating stdlib javadoc by Dmitry Jemerov · 9 years ago
  54. f724ba6 build Kotlin documentation for Java files based on descriptors by Dmitry Jemerov · 9 years ago
  55. 6813d65 stop generating javadoc for package facade classes by Dmitry Jemerov · 9 years ago
  56. ded5696 load KDoc comments when building javadoc by Dmitry Jemerov · 9 years ago
  57. e4b2ae9 initial support for generating javadoc from Kotlin light classes by Dmitry Jemerov · 9 years ago
  58. 17492c5 correctly working optional injection by Dmitry Jemerov · 9 years ago
  59. f60beb6 fix Kotlin warnings by Dmitry Jemerov · 9 years ago
  60. af5cd35 cleanup after merge by Dmitry Jemerov · 9 years ago
  61. 4e09ac2 Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-javadoc by Dmitry Jemerov · 9 years ago
  62. c9d59e9 Use Guice injector and ServiceLocator to load implementations on the fly by Sergey Mashkov · 9 years ago
  63. ff77b8e Initial javadoc generation module by Sergey Mashkov · 9 years ago
  64. 6962375 Eliminate warnings caused by API changes by Sergey Mashkov · 9 years ago
  65. f99ec73 wrap each group of overloads in a <div> by Dmitry Jemerov · 9 years ago
  66. ff4a92f don't generate "Description" subheadings by Dmitry Jemerov · 9 years ago
  67. 0eae82a cleanup by Dmitry Jemerov · 9 years ago
  68. c81053d move the list of enum values above the list of properties/functions of the enum class by Dmitry Jemerov · 9 years ago
  69. d1177b3 show extensions applicable to superclasses in the list of class members by Dmitry Jemerov · 9 years ago
  70. 617401c don't render annotations on types in summary view by Dmitry Jemerov · 9 years ago
  71. 36f4b91 show inherited members in the list of class members by Dmitry Jemerov · 9 years ago
  72. 7845502 don't generate soft line break before closing parenthesis of parameter list if there are no parameters by Dmitry Jemerov · 9 years ago
  73. 5288797 correctly hide 'reified' on summary page by Dmitry Jemerov · 9 years ago
  74. 53a5f01 correctly render qualified names for external classes by Dmitry Jemerov · 9 years ago
  75. e59b490 wrap long supertype lists by Dmitry Jemerov · 9 years ago
  76. 583b558 render annotations on types (such as @UnsafeVariance) by Dmitry Jemerov · 9 years ago
  77. ce82e3e render 'reified' modifier for type parameter; fix typo re: rendering type parameter bounds by Dmitry Jemerov · 9 years ago
  78. 47ccfb0 loading the JDK and the Kotlin runtime in tests is now optional by Dmitry Jemerov · 9 years ago
  79. cdeca8f Remove "implements operator X" notes because the "operator" modifier is sufficient to express that idea by Dmitry Jemerov · 9 years ago
  80. 61b9aca summarize signatures for properties by Dmitry Jemerov · 9 years ago
  81. cd805e5 shared run configuration: nodeprecated, fix reflection path by Dmitry Jemerov · 9 years ago
  82. 0efda36 exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests by Dmitry Jemerov · 9 years ago
  83. ae2ff5b don't show Unit return type in signatures by Dmitry Jemerov · 9 years ago
  84. 8291bee wrapping and nicer formatting for signatures by Dmitry Jemerov · 9 years ago
  85. 3faa3f2 summarize signatures for overloaded stdlib functions by Dmitry Jemerov · 9 years ago
  86. 44498ab exclude "doc" directory from indexing by Dmitry Jemerov · 9 years ago
  87. e6b7632 correctly render star projections by Dmitry Jemerov · 9 years ago
  88. cf0932d add JANSI library dependency by Dmitry Jemerov · 9 years ago
  89. 1fe303f fix command line argument parsing by Dmitry Jemerov · 9 years ago
  90. 1aad73e update main class name in shared run configurations by Dmitry Jemerov · 9 years ago
  91. f777794 Update intellij-core-analysis.jar by Ilya Ryzhenkov · 9 years ago
  92. 6085cfe Add proguard task to reduce size of the jar by Ilya Ryzhenkov · 9 years ago
  93. a76e5a6 Update to changes in Kotlin Beta. by Ilya Ryzhenkov · 9 years ago
  94. 1e2e2b6 Update version and dependencies to 1.0.0-beta-1038 by Ilya Ryzhenkov · 9 years ago
  95. b8f2435 M15 code cleanup by Dmitry Jemerov · 9 years ago
  96. 8827d30 update Dokka to Kotlin 1.0-beta by Dmitry Jemerov · 9 years ago
  97. 75834b6 update to Kotlin 0.15.439 by Dmitry Jemerov · 9 years ago
  98. 0a07100 update to Kotlin 0.15.137 by Dmitry Jemerov · 9 years ago
  99. facb7ef update to Kotlin 0.15.46 by Dmitry Jemerov · 9 years ago
  100. e455a0d update Dokka to M14 by Dmitry Jemerov · 9 years ago