1. bc0654e allow to explicitly specify the type of root for every input path by Dmitry Jemerov · 10 years ago
  2. 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
  3. d9f135d don't show redundant signatures for packages by Dmitry Jemerov · 10 years ago
  4. 76e4d3c parse included Markdown files to retrieve documentation for modules and packages by Dmitry Jemerov · 10 years ago
  5. 73bd875 more compact implementation of Markdown to content tree conversion by Dmitry Jemerov · 10 years ago
  6. 58d9e92 simplify MarkdownNodeClass a bit by Dmitry Jemerov · 10 years ago
  7. ef11076 show absolute path of output directory by Dmitry Jemerov · 10 years ago
  8. 7b4c960 protect against compiler exceptions in resolveKDocLink(): by Dmitry Jemerov · 10 years ago
  9. 67c7a94 restore lost space after type parameters of a property by Dmitry Jemerov · 10 years ago
  10. 673bfdd don't generate empty <code> blocks for non-existing signatures (e.g. external classes) by Dmitry Jemerov · 10 years ago
  11. 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
  12. 2e0d47c fix deprecated lambda syntax by Dmitry Jemerov · 10 years ago
  13. c7916f7 default objects -> companion objects by Dmitry Jemerov · 10 years ago
  14. d42aece fix warnings about initializers by Dmitry Jemerov · 10 years ago
  15. f2b177e show source locations for warnings by Dmitry Jemerov · 10 years ago
  16. 8d3999e class object -> default object by Dmitry Jemerov · 10 years ago
  17. 2e6eda9 support HTML entities by Dmitry Jemerov · 10 years ago
  18. 5497911 simplify a bit by Dmitry Jemerov · 10 years ago
  19. 6f1a379 remove unused Markdown to HTML conversion code by Dmitry Jemerov · 10 years ago
  20. 8f15915 generate documentation for default object extension properties by Dmitry Jemerov · 10 years ago
  21. 0cab60b update dokka and intellij-markdown to latest Kotlin changes by Dmitry Jemerov · 10 years ago
  22. 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
  23. f397348 support links with custom labels by Dmitry Jemerov · 10 years ago
  24. 6659337 support ordered lists by Dmitry Jemerov · 10 years ago
  25. e961960 use custom 'docref' attribute to represent doc link destination instead o marking href with ## by Dmitry Jemerov · 10 years ago
  26. fe09a26 report number of warnings after generation by Dmitry Jemerov · 10 years ago
  27. feed201 option to exclude deprecated members from generated documentation by Dmitry Jemerov · 10 years ago
  28. 0427adc don't report constructor as undocumented if its containing class is deprecated by Dmitry Jemerov · 10 years ago
  29. 94d8cc0 don't include members in documentation if they have @suppress tag by Dmitry Jemerov · 10 years ago
  30. 5f78f83 report warnings for missing documentation and unresolved links by Dmitry Jemerov · 10 years ago
  31. f462317 for functions that can be called as operators, show operator being implemented by Dmitry Jemerov · 10 years ago
  32. 3169249 linkify type names in type parameter constraints by Dmitry Jemerov · 10 years ago
  33. 7170d63 fix some warnings by Dmitry Jemerov · 10 years ago
  34. cad221f represent nullability in doc model instead of appending ? to type name by Dmitry Jemerov · 10 years ago
  35. f9172b3 remove extra space after type parameter list in Kotlin signature by Dmitry Jemerov · 10 years ago
  36. 467fe55 properties don't have value parameters, no need to include them in the signature by Dmitry Jemerov · 10 years ago
  37. 7b91d7d don't lose space after first word in the content of javadoc tags by Dmitry Jemerov · 10 years ago
  38. 63faa14 process inline doc tags in values of block tags by Dmitry Jemerov · 10 years ago
  39. 78a8fb9 don't generate 'open' modifier for constructors by Dmitry Jemerov · 10 years ago
  40. 6af51fd fix link resolution with other variants of the javadoc PSI structure by Dmitry Jemerov · 10 years ago
  41. 8a65a7a handle @code and @literal tags in javadoc by Dmitry Jemerov · 10 years ago
  42. a9538f2 use JSoup to convert HTML markup in javadoc to content tree by Dmitry Jemerov · 10 years ago
  43. 4494fd0 allow applying different styles to different kinds of identifiers by Dmitry Jemerov · 10 years ago
  44. 4b61be3 don't generate redundant links that lead to the same page with no anchor (e.g. receiver type in extension functions) by Dmitry Jemerov · 10 years ago
  45. 11bc0b1 hide visibility modifiers in summary list of members by Dmitry Jemerov · 10 years ago
  46. f7c2f2a add another blank line after deprecation notice by Dmitry Jemerov · 10 years ago
  47. 44cef5c syntax highlight code examples by Dmitry Jemerov · 10 years ago
  48. 4f59034 separate sections for extension properties and extension functions by Dmitry Jemerov · 10 years ago
  49. 146764a stop generating separate pages for property accessors by Dmitry Jemerov · 10 years ago
  50. 1e74c64 don't generate links to builtin types in signatures by Dmitry Jemerov · 10 years ago
  51. f9b7ea8 variance modifiers for type projections are separate modifier nodes, not part of the type name by Dmitry Jemerov · 10 years ago
  52. f8704c6 variance modifiers for type parameters are separate modifier nodes, not part of the type name by Dmitry Jemerov · 10 years ago
  53. 9829559 don't show java.lang.Object in the list of Java class supertypes by Dmitry Jemerov · 10 years ago
  54. 722c9af use non-breaking spaces when generating signatures by Dmitry Jemerov · 10 years ago
  55. 6714d65 include receiver type and parameter types in the signature of a property by Dmitry Jemerov · 10 years ago
  56. 6459ec0 in a qualified name, when we've reached a class, resolve lower-level members in the member scope of the class, not in its outer scope (otherwise we sometimes show a wrong function in @sample instead of showing that it's unresolved) by Dmitry Jemerov · 10 years ago
  57. 86a6db8 fix formatting of overloads on kotlin website by Dmitry Jemerov · 10 years ago
  58. f90ee50 fix formatting of signatures in Kotlin web site by Dmitry Jemerov · 10 years ago
  59. 7003ad8 fix formatting of "deprecated" notice in markdown by Dmitry Jemerov · 10 years ago
  60. 51aba13 fix formatting of strikethrough on Kotlin website by Dmitry Jemerov · 10 years ago
  61. 5ae9588 fix formatting of code blocks on kotlin website by Dmitry Jemerov · 10 years ago
  62. 9849287 use correct extension in links for jekyll and kotlin-website docs by Dmitry Jemerov · 10 years ago
  63. fc70184 working test for cross-language links in documentation (Kotlin class extends Java class) by Dmitry Jemerov · 10 years ago
  64. 184a24c resolve references through single map from signature to DocumentationNode (enables cross-language references) by Dmitry Jemerov · 10 years ago
  65. 29e48dc identify nodes by string signarture, not by descriptor object by Dmitry Jemerov · 10 years ago
  66. 6306862 use Kotlin style types in element signatures by Dmitry Jemerov · 10 years ago
  67. a60d8ba understand @deprecated tag in javadoc by Dmitry Jemerov · 10 years ago
  68. b1296e6 override links for properties by Dmitry Jemerov · 10 years ago
  69. 649217d process @see tags in javadoc by Dmitry Jemerov · 10 years ago
  70. ff0e6be process @link and @linkplain tags in javadoc by Dmitry Jemerov · 10 years ago
  71. f26fccd inheritor links for Java classes by Dmitry Jemerov · 10 years ago
  72. fdd2d9a links to supertypes in Java by Dmitry Jemerov · 10 years ago
  73. 6620764 pending references logic moved from DocumentationBuilder to model by Dmitry Jemerov · 10 years ago
  74. bfe53b9 resolve content links to declaration descriptors immediately during markdown to content tree conversion; remove separate phase for resolving links in content by Dmitry Jemerov · 10 years ago
  75. 69c3638 more generic and simple concept of pending links by Dmitry Jemerov · 10 years ago
  76. ecadf40 allow a LocationService to take a qualified name directly, not just a DocumentationNode by Dmitry Jemerov · 10 years ago
  77. 85a3ae7 support in-page anchors in locations by Dmitry Jemerov · 10 years ago
  78. ea1f4cc refactor extension setup; encapsulate extension in LocationService by Dmitry Jemerov · 10 years ago
  79. d9bfa02 remove dependency of Location on a File; use more meaningful locations in tests by Dmitry Jemerov · 10 years ago
  80. 2822a3e updated according to language change: class object -> default object by Dmitry Jemerov · 10 years ago
  81. 4c6cbfa ignore SuppressWarnings annotations by Dmitry Jemerov · 10 years ago
  82. 76e0db0 API to create simple text nodes more easily by Dmitry Jemerov · 10 years ago
  83. 614f5fa nicer representation for enum values by Dmitry Jemerov · 10 years ago
  84. 4bec8fc represent java.lang.Deprecated annotation as deprecation by Dmitry Jemerov · 10 years ago
  85. 17e25ef represent java.lang.Object as 'Any' by Dmitry Jemerov · 10 years ago
  86. 107ef42 represent Java annotations in dokka by Dmitry Jemerov · 10 years ago
  87. 5c709d9 represent non-final classes and methods as open by Dmitry Jemerov · 10 years ago
  88. 3e3a4af represent static methods as class object functions by Dmitry Jemerov · 10 years ago
  89. 6d5d88b represent fields as Kotlin properties by Dmitry Jemerov · 10 years ago
  90. 15e95f1 exclude private members 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. 2527b96 extract source links to non-Kotlin-specific part by Dmitry Jemerov · 10 years ago
  100. aa3f051 import Java type parameters into documentation model by Dmitry Jemerov · 10 years ago