1. 3963105 restructure Dokka build to use Gradle for everything except for the Maven plugin by Dmitry Jemerov · 9 years ago
  2. 64946ea update to Kotlin beta 2 by Dmitry Jemerov · 9 years ago
  3. b643bf6 add tests; fixes related to qualified names of types by Dmitry Jemerov · 9 years ago
  4. 84ea5c6 @Inject all the things by Dmitry Jemerov · 9 years ago
  5. 3655b70 streamline setup code by Dmitry Jemerov · 9 years ago
  6. fb25c1e reduce the number of Kotlinisms in documentation model generated from Java code by Dmitry Jemerov · 9 years ago
  7. f724ba6 build Kotlin documentation for Java files based on descriptors by Dmitry Jemerov · 9 years ago
  8. ded5696 load KDoc comments when building javadoc by Dmitry Jemerov · 9 years ago
  9. e4b2ae9 initial support for generating javadoc from Kotlin light classes by Dmitry Jemerov · 9 years ago
  10. c9d59e9 Use Guice injector and ServiceLocator to load implementations on the fly by Sergey Mashkov · 9 years ago
  11. ff4a92f don't generate "Description" subheadings by Dmitry Jemerov · 9 years ago
  12. d1177b3 show extensions applicable to superclasses in the list of class members by Dmitry Jemerov · 9 years ago
  13. 36f4b91 show inherited members in the list of class members by Dmitry Jemerov · 9 years ago
  14. 53a5f01 correctly render qualified names for external classes by Dmitry Jemerov · 9 years ago
  15. 583b558 render annotations on types (such as @UnsafeVariance) by Dmitry Jemerov · 9 years ago
  16. ce82e3e render 'reified' modifier for type parameter; fix typo re: rendering type parameter bounds by Dmitry Jemerov · 9 years ago
  17. 47ccfb0 loading the JDK and the Kotlin runtime in tests is now optional by Dmitry Jemerov · 9 years ago
  18. cdeca8f Remove "implements operator X" notes because the "operator" modifier is sufficient to express that idea by Dmitry Jemerov · 9 years ago
  19. 61b9aca summarize signatures for properties by Dmitry Jemerov · 9 years ago
  20. 0efda36 exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests by Dmitry Jemerov · 9 years ago
  21. 3faa3f2 summarize signatures for overloaded stdlib functions by Dmitry Jemerov · 9 years ago
  22. e6b7632 correctly render star projections by Dmitry Jemerov · 9 years ago
  23. a76e5a6 Update to changes in Kotlin Beta. by Ilya Ryzhenkov · 9 years ago
  24. b8f2435 M15 code cleanup by Dmitry Jemerov · 9 years ago
  25. 8827d30 update Dokka to Kotlin 1.0-beta by Dmitry Jemerov · 9 years ago
  26. e455a0d update Dokka to M14 by Dmitry Jemerov · 9 years ago
  27. c4f3df0 remove unneeded and invalid package import by Dmitry Jemerov · 9 years ago
  28. 40c7daf fix rendering of extension function types by Dmitry Jemerov · 9 years ago
  29. 757f72d M13 code cleanup by Dmitry Jemerov · 9 years ago
  30. 8050cf6 fix package docs parsing, add test by Dmitry Jemerov · 9 years ago
  31. 41e36c0 delete some incomplete and irrelevant Markdown parsing test code by Dmitry Jemerov · 9 years ago
  32. cdd7c6b don't duplicate 'abstract' and 'sealed' modifiers by Dmitry Jemerov · 9 years ago
  33. 1e862f2 render annotations with @; render only @MustBeDocumented annotations; render all modifiers by Dmitry Jemerov · 9 years ago
  34. 14030ca update enum syntax in tests by Dmitry Jemerov · 9 years ago
  35. 20ba46e default visibility is public by Dmitry Jemerov · 9 years ago
  36. 4575396 fix HTML entity handling after changes in markdown parser; remove detail count assertions from tests by Dmitry Jemerov · 9 years ago
  37. 9725737 work in progress on updating Dokka to latest Kotlin (compiles but does not run yet) by Dmitry Jemerov · 9 years ago
  38. 3921ac6 fix tests by Dmitry Jemerov · 9 years ago
  39. 64414ce apply code cleanup; fix couple of deprecations manually by Dmitry Jemerov · 9 years ago
  40. 5f46416 update expected output by Dmitry Jemerov · 9 years ago
  41. bc0654e allow to explicitly specify the type of root for every input path by Dmitry Jemerov · 9 years ago
  42. a19e05b update testdata by Dmitry Jemerov · 10 years ago
  43. 673bfdd don't generate empty <code> blocks for non-existing signatures (e.g. external classes) by Dmitry Jemerov · 10 years ago
  44. c7916f7 default objects -> companion objects by Dmitry Jemerov · 10 years ago
  45. 0406a6b add test to verify that dokka recognizes secondary constructors by Dmitry Jemerov · 10 years ago
  46. d42aece fix warnings about initializers by Dmitry Jemerov · 10 years ago
  47. fa34f90 fixed intellij-markdown with support for HTML entities by Dmitry Jemerov · 10 years ago
  48. 8d3999e class object -> default object by Dmitry Jemerov · 10 years ago
  49. 2e6eda9 support HTML entities by Dmitry Jemerov · 10 years ago
  50. 6f1a379 remove unused Markdown to HTML conversion code by Dmitry Jemerov · 10 years ago
  51. 8f15915 generate documentation for default object extension properties by Dmitry Jemerov · 10 years ago
  52. f397348 support links with custom labels by Dmitry Jemerov · 10 years ago
  53. 6659337 support ordered lists by Dmitry Jemerov · 10 years ago
  54. 94d8cc0 don't include members in documentation if they have @suppress tag by Dmitry Jemerov · 10 years ago
  55. f462317 for functions that can be called as operators, show operator being implemented by Dmitry Jemerov · 10 years ago
  56. 7170d63 fix some warnings by Dmitry Jemerov · 10 years ago
  57. cad221f represent nullability in doc model instead of appending ? to type name by Dmitry Jemerov · 10 years ago
  58. f9172b3 remove extra space after type parameter list in Kotlin signature by Dmitry Jemerov · 10 years ago
  59. 7b91d7d don't lose space after first word in the content of javadoc tags by Dmitry Jemerov · 10 years ago
  60. 63faa14 process inline doc tags in values of block tags by Dmitry Jemerov · 10 years ago
  61. 8a65a7a handle @code and @literal tags in javadoc by Dmitry Jemerov · 10 years ago
  62. a9538f2 use JSoup to convert HTML markup in javadoc to content tree by Dmitry Jemerov · 10 years ago
  63. 11bc0b1 hide visibility modifiers in summary list of members by Dmitry Jemerov · 10 years ago
  64. f7c2f2a add another blank line after deprecation notice by Dmitry Jemerov · 10 years ago
  65. 146764a stop generating separate pages for property accessors by Dmitry Jemerov · 10 years ago
  66. f9b7ea8 variance modifiers for type projections are separate modifier nodes, not part of the type name by Dmitry Jemerov · 10 years ago
  67. f8704c6 variance modifiers for type parameters are separate modifier nodes, not part of the type name by Dmitry Jemerov · 10 years ago
  68. 9829559 don't show java.lang.Object in the list of Java class supertypes by Dmitry Jemerov · 10 years ago
  69. 722c9af use non-breaking spaces when generating signatures by Dmitry Jemerov · 10 years ago
  70. 7003ad8 fix formatting of "deprecated" notice in markdown by Dmitry Jemerov · 10 years ago
  71. fc70184 working test for cross-language links in documentation (Kotlin class extends Java class) by Dmitry Jemerov · 10 years ago
  72. a60d8ba understand @deprecated tag in javadoc by Dmitry Jemerov · 10 years ago
  73. b1296e6 override links for properties by Dmitry Jemerov · 10 years ago
  74. ce4b3b6 test that we're linking type names in parameters and return values by Dmitry Jemerov · 10 years ago
  75. 649217d process @see tags in javadoc by Dmitry Jemerov · 10 years ago
  76. ff0e6be process @link and @linkplain tags in javadoc by Dmitry Jemerov · 10 years ago
  77. f26fccd inheritor links for Java classes by Dmitry Jemerov · 10 years ago
  78. fdd2d9a links to supertypes in Java by Dmitry Jemerov · 10 years ago
  79. ecadf40 allow a LocationService to take a qualified name directly, not just a DocumentationNode by Dmitry Jemerov · 10 years ago
  80. 85a3ae7 support in-page anchors in locations by Dmitry Jemerov · 10 years ago
  81. ea1f4cc refactor extension setup; encapsulate extension in LocationService by Dmitry Jemerov · 10 years ago
  82. d9bfa02 remove dependency of Location on a File; use more meaningful locations in tests by Dmitry Jemerov · 10 years ago
  83. 2822a3e updated according to language change: class object -> default object by Dmitry Jemerov · 10 years ago
  84. 614f5fa nicer representation for enum values by Dmitry Jemerov · 10 years ago
  85. 4bec8fc represent java.lang.Deprecated annotation as deprecation by Dmitry Jemerov · 10 years ago
  86. 17e25ef represent java.lang.Object as 'Any' by Dmitry Jemerov · 10 years ago
  87. 107ef42 represent Java annotations in dokka by Dmitry Jemerov · 10 years ago
  88. 5c709d9 represent non-final classes and methods as open by Dmitry Jemerov · 10 years ago
  89. 3e3a4af represent static methods as class object functions by Dmitry Jemerov · 10 years ago
  90. 6d5d88b represent fields as Kotlin properties by Dmitry Jemerov · 10 years ago
  91. 6c93cc9 represent type arguments as nodes of type Type, not TypeParameter by Dmitry Jemerov · 10 years ago
  92. 555f9cf represent array types as type with type parameter by Dmitry Jemerov · 10 years ago
  93. 4a45896 handle vararg types by Dmitry Jemerov · 10 years ago
  94. 77effb4 don't lose tag value where it's actually part of the description by Dmitry Jemerov · 10 years ago
  95. c11ae71 convert doc tags to sections by Dmitry Jemerov · 10 years ago
  96. 902aeb1 add Java inner classes to model by Dmitry Jemerov · 10 years ago
  97. 95e3e32 distinguish Kotlin inner classes by Dmitry Jemerov · 10 years ago
  98. ce29c52 handle Java constructors nicely by Dmitry Jemerov · 10 years ago
  99. aa3f051 import Java type parameters into documentation model by Dmitry Jemerov · 10 years ago
  100. 7d0e2ec remove (accidentally?) duplicated test by Dmitry Jemerov · 10 years ago