1. 8216501 ~ configure javadoc module, configure artifact configuration by Sergey Mashkov · 10 years ago
  2. ff89f37 ~ remove javadoc module by Sergey Mashkov · 10 years ago
  3. bdd02a3 ~ Use new property access syntax by Sergey Mashkov · 10 years ago
  4. d1ff594 ~ minor cleanup by Sergey Mashkov · 10 years ago
  5. 97bea8c ~ Use new property access syntax by Sergey Mashkov · 10 years ago
  6. b0b94df ~ remove unused function by Sergey Mashkov · 10 years ago
  7. 77d8619 ~ see tag label by Sergey Mashkov · 10 years ago
  8. 998677f ~ make surroundWith functions local by Sergey Mashkov · 10 years ago
  9. f530a33 ~ hasAnnotation utility by Sergey Mashkov · 10 years ago
  10. dd4d2fc ~ node annotations refactoring to reduce code duplication, remove unnecessary node field duplication by Sergey Mashkov · 10 years ago
  11. 325f4f3 ~ avoid possible parameter name clash with "receiver" by Sergey Mashkov · 10 years ago
  12. 9b0c1b9 ~ move array type conversion to JavaLanguageService by Sergey Mashkov · 10 years ago
  13. 4ed808d ~ description constant by Sergey Mashkov · 10 years ago
  14. 6012a28 ~ use dokka logger by Sergey Mashkov · 10 years ago
  15. 3097aaa ~ respect platform static by Sergey Mashkov · 10 years ago
  16. e1f7ce7 ~ see also by Sergey Mashkov · 10 years ago
  17. e27fb69 Use Guice injector and ServiceLocator to load implementations on the fly by Sergey Mashkov · 10 years ago
  18. 12f91ee Initial javadoc generation module by Sergey Mashkov · 10 years ago
  19. 87edf7c Eliminate warnings caused by API changes by Sergey Mashkov · 10 years ago
  20. befbe69 Merge pull request #31 from cy6erGn0m/javadoc by Dmitry Jemerov · 10 years ago
  21. 2930cd9 Upgrade markdown.jar by Sergey Mashkov · 10 years ago
  22. 28685c6 SourcePosition shouldn't contain nulls by Sergey Mashkov · 10 years ago
  23. d874444 Rework toDocumentationNode function to use ConstantValue<*> instead of any? by Sergey Mashkov · 10 years ago
  24. 891cdbb Put source position information to node's details section by Sergey Mashkov · 10 years ago
  25. f822c51 Upgrade to latest kotlin by Sergey Mashkov · 10 years ago
  26. 28a3891 remove duplicate VCS mapping by Dmitry Jemerov · 10 years ago
  27. 823e7d1 Merge pull request #30 from cy6erGn0m/build by Dmitry Jemerov · 10 years ago
  28. f0ea1cf Add new module to ant clean task by Sergey Mashkov · 10 years ago
  29. 2bd7a4a Build fatjar by gradle and use it's output as dependency for maven and gradle plugins. by Sergey Mashkov · 10 years ago
  30. 1a79c5d Merge pull request #29 from cy6erGn0m/gradle-plugin by Dmitry Jemerov · 10 years ago
  31. 0352d46 Don't require JDK 1.8 by Sergey Mashkov · 10 years ago
  32. dfa23a3 Merge pull request #28 from cy6erGn0m/maven-plugin by Dmitry Jemerov · 10 years ago
  33. 788a957 Add Mojo and TaskAction annotations to the list of annotations prohibits unused declaration warning by Sergey Mashkov · 10 years ago
  34. 698dd15 Ant build to support gradle-plugin build too by Sergey Mashkov · 10 years ago
  35. b166d2e Gradle plugin getting started by Sergey Mashkov · 10 years ago
  36. d9e7b5a Gradle initial plugin implementation by Sergey Mashkov · 10 years ago
  37. 513af27 Add sonatype repo by Sergey Mashkov · 10 years ago
  38. b3c4292 Maven plugin getting started by Sergey Mashkov · 10 years ago
  39. 3d25df6 Add JANSI library as it is required sometimes by Sergey Mashkov · 10 years ago
  40. 31bbbcc Building all by ant + doc by Sergey Mashkov · 10 years ago
  41. 549ef19 Maven plugin initial implementation by Sergey Mashkov · 10 years ago
  42. 526eb3b Build and install dokka fatjar to a local repository (to be used by maven) by Sergey Mashkov · 10 years ago
  43. 6d1a526 Merge pull request #27 from cy6erGn0m/maven-plugin by Dmitry Jemerov · 10 years ago
  44. 9ca0eb1 fatjar ant target to get complete dokka-fat.jar to be used in command-line and to be bundled with maven-plugin by Sergey Mashkov · 10 years ago
  45. 68caff4 Merge pull request #26 from bintree/master by Dmitry Jemerov · 10 years ago
  46. 2f3bd21 Fix project after types enhancement from annotations by Denis Zharkov · 10 years ago
  47. 3921ac6 fix tests by Dmitry Jemerov · 10 years ago
  48. fc24a9e update intellij-core-analysis as well by Dmitry Jemerov · 10 years ago
  49. b474d53 update to latest Kotlin by Dmitry Jemerov · 10 years ago
  50. 648faf5 allow repeated compilation for warm benchmarking by Dmitry Jemerov · 10 years ago
  51. c858ffd some cleanup by Dmitry Jemerov · 10 years ago
  52. fa8bdfa add a simple build script by Dmitry Jemerov · 10 years ago
  53. 64414ce apply code cleanup; fix couple of deprecations manually by Dmitry Jemerov · 10 years ago
  54. 2fc80c4 report warnings for functions that contain unresolved types by Dmitry Jemerov · 10 years ago
  55. 157d861 use artifact built on TeamCity rather than locally by Dmitry Jemerov · 10 years ago
  56. 19fccfd change output path for artifact by Dmitry Jemerov · 10 years ago
  57. f1ac1f2 rename build.xml to build-docs.xml; add artifact for dokka.zip by Dmitry Jemerov · 10 years ago
  58. f15a071 don't crash if we failed to resolve base type for an extension function by Dmitry Jemerov · 10 years ago
  59. 76a97fa one more missing dependency by Dmitry Jemerov · 10 years ago
  60. fbe64b5 generate 'interface' keyword instead of 'trait' by Dmitry Jemerov · 10 years ago
  61. 5f46416 update expected output by Dmitry Jemerov · 10 years ago
  62. bc0654e allow to explicitly specify the type of root for every input path by Dmitry Jemerov · 10 years ago
  63. 70a70ca update to M12 compiler API; store dependency jars in VCS instead of depending on Kotlin plugin via path variable by Dmitry Jemerov · 10 years ago
  64. d9f135d don't show redundant signatures for packages by Dmitry Jemerov · 10 years ago
  65. a19e05b update testdata by Dmitry Jemerov · 10 years ago
  66. 76e4d3c parse included Markdown files to retrieve documentation for modules and packages by Dmitry Jemerov · 10 years ago
  67. 73bd875 more compact implementation of Markdown to content tree conversion by Dmitry Jemerov · 10 years ago
  68. 58d9e92 simplify MarkdownNodeClass a bit by Dmitry Jemerov · 10 years ago
  69. ef11076 show absolute path of output directory by Dmitry Jemerov · 10 years ago
  70. 7b4c960 protect against compiler exceptions in resolveKDocLink(): by Dmitry Jemerov · 10 years ago
  71. 92b0386 add skipDeprecated option in Ant task by Dmitry Jemerov · 10 years ago
  72. 67c7a94 restore lost space after type parameters of a property by Dmitry Jemerov · 10 years ago
  73. 673bfdd don't generate empty <code> blocks for non-existing signatures (e.g. external classes) by Dmitry Jemerov · 10 years ago
  74. bbb8a68 hide internal members from the documentation; understand @suppress tags in javadoc comments; don't show "Extension functions for external class" block if all extension functions for that class are hidden by Dmitry Jemerov · 10 years ago
  75. 2e0d47c fix deprecated lambda syntax by Dmitry Jemerov · 10 years ago
  76. 262755d missed library dependency by Dmitry Jemerov · 10 years ago
  77. 98d900e remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix Dokka artifact by Dmitry Jemerov · 10 years ago
  78. c7916f7 default objects -> companion objects by Dmitry Jemerov · 10 years ago
  79. 0406a6b add test to verify that dokka recognizes secondary constructors by Dmitry Jemerov · 10 years ago
  80. d42aece fix warnings about initializers by Dmitry Jemerov · 10 years ago
  81. 2875380 update markdown.jar for new ABI version by Dmitry Jemerov · 10 years ago
  82. f2b177e show source locations for warnings by Dmitry Jemerov · 10 years ago
  83. fa34f90 fixed intellij-markdown with support for HTML entities by Dmitry Jemerov · 10 years ago
  84. 8d3999e class object -> default object by Dmitry Jemerov · 10 years ago
  85. 2e6eda9 support HTML entities by Dmitry Jemerov · 10 years ago
  86. 5497911 simplify a bit by Dmitry Jemerov · 10 years ago
  87. 6f1a379 remove unused Markdown to HTML conversion code by Dmitry Jemerov · 10 years ago
  88. 8f15915 generate documentation for default object extension properties by Dmitry Jemerov · 10 years ago
  89. 0cab60b update dokka and intellij-markdown to latest Kotlin changes by Dmitry Jemerov · 10 years ago
  90. e97dba6 special case to ensure that we find base class documentation for stdlib classes that override equals/hashCode/toString by Dmitry Jemerov · 10 years ago
  91. f397348 support links with custom labels by Dmitry Jemerov · 10 years ago
  92. 6659337 support ordered lists by Dmitry Jemerov · 10 years ago
  93. e961960 use custom 'docref' attribute to represent doc link destination instead o marking href with ## by Dmitry Jemerov · 10 years ago
  94. fe09a26 report number of warnings after generation by Dmitry Jemerov · 10 years ago
  95. feed201 option to exclude deprecated members from generated documentation by Dmitry Jemerov · 10 years ago
  96. 0427adc don't report constructor as undocumented if its containing class is deprecated by Dmitry Jemerov · 10 years ago
  97. 94d8cc0 don't include members in documentation if they have @suppress tag by Dmitry Jemerov · 10 years ago
  98. 5f78f83 report warnings for missing documentation and unresolved links by Dmitry Jemerov · 10 years ago
  99. f462317 for functions that can be called as operators, show operator being implemented by Dmitry Jemerov · 10 years ago
  100. 3169249 linkify type names in type parameter constraints by Dmitry Jemerov · 10 years ago