1. f462317 for functions that can be called as operators, show operator being implemented by Dmitry Jemerov · 10 years ago
  2. 7170d63 fix some warnings by Dmitry Jemerov · 10 years ago
  3. cad221f represent nullability in doc model instead of appending ? to type name by Dmitry Jemerov · 10 years ago
  4. 7b91d7d don't lose space after first word in the content of javadoc tags by Dmitry Jemerov · 10 years ago
  5. 63faa14 process inline doc tags in values of block tags by Dmitry Jemerov · 10 years ago
  6. 8a65a7a handle @code and @literal tags in javadoc by Dmitry Jemerov · 10 years ago
  7. a9538f2 use JSoup to convert HTML markup in javadoc to content tree by Dmitry Jemerov · 10 years ago
  8. 146764a stop generating separate pages for property accessors by Dmitry Jemerov · 10 years ago
  9. f9b7ea8 variance modifiers for type projections are separate modifier nodes, not part of the type name by Dmitry Jemerov · 10 years ago
  10. f8704c6 variance modifiers for type parameters are separate modifier nodes, not part of the type name by Dmitry Jemerov · 10 years ago
  11. fc70184 working test for cross-language links in documentation (Kotlin class extends Java class) by Dmitry Jemerov · 10 years ago
  12. a60d8ba understand @deprecated tag in javadoc by Dmitry Jemerov · 10 years ago
  13. b1296e6 override links for properties by Dmitry Jemerov · 10 years ago
  14. 649217d process @see tags in javadoc by Dmitry Jemerov · 10 years ago
  15. ff0e6be process @link and @linkplain tags in javadoc by Dmitry Jemerov · 10 years ago
  16. f26fccd inheritor links for Java classes by Dmitry Jemerov · 10 years ago
  17. fdd2d9a links to supertypes in Java by Dmitry Jemerov · 10 years ago
  18. ecadf40 allow a LocationService to take a qualified name directly, not just a DocumentationNode by Dmitry Jemerov · 10 years ago
  19. 85a3ae7 support in-page anchors in locations by Dmitry Jemerov · 10 years ago
  20. ea1f4cc refactor extension setup; encapsulate extension in LocationService by Dmitry Jemerov · 10 years ago
  21. d9bfa02 remove dependency of Location on a File; use more meaningful locations in tests by Dmitry Jemerov · 10 years ago
  22. 2822a3e updated according to language change: class object -> default object by Dmitry Jemerov · 10 years ago
  23. 614f5fa nicer representation for enum values by Dmitry Jemerov · 10 years ago
  24. 4bec8fc represent java.lang.Deprecated annotation as deprecation by Dmitry Jemerov · 10 years ago
  25. 17e25ef represent java.lang.Object as 'Any' by Dmitry Jemerov · 10 years ago
  26. 107ef42 represent Java annotations in dokka by Dmitry Jemerov · 10 years ago
  27. 5c709d9 represent non-final classes and methods as open by Dmitry Jemerov · 10 years ago
  28. 3e3a4af represent static methods as class object functions by Dmitry Jemerov · 10 years ago
  29. 6d5d88b represent fields as Kotlin properties by Dmitry Jemerov · 10 years ago
  30. 6c93cc9 represent type arguments as nodes of type Type, not TypeParameter by Dmitry Jemerov · 10 years ago
  31. 555f9cf represent array types as type with type parameter by Dmitry Jemerov · 10 years ago
  32. 4a45896 handle vararg types by Dmitry Jemerov · 10 years ago
  33. 77effb4 don't lose tag value where it's actually part of the description by Dmitry Jemerov · 10 years ago
  34. c11ae71 convert doc tags to sections by Dmitry Jemerov · 10 years ago
  35. 902aeb1 add Java inner classes to model by Dmitry Jemerov · 10 years ago
  36. 95e3e32 distinguish Kotlin inner classes by Dmitry Jemerov · 10 years ago
  37. ce29c52 handle Java constructors nicely by Dmitry Jemerov · 10 years ago
  38. aa3f051 import Java type parameters into documentation model by Dmitry Jemerov · 10 years ago
  39. 7d0e2ec remove (accidentally?) duplicated test by Dmitry Jemerov · 10 years ago
  40. 0544db0 map array types to Kotlin by Dmitry Jemerov · 10 years ago
  41. 181418c process implements and extends list of Java classes by Dmitry Jemerov · 10 years ago
  42. acb49b4 process modifiers of Java elements by Dmitry Jemerov · 10 years ago
  43. 7697bed initial implementation of JavaDocumentationBuilder by Dmitry Jemerov · 10 years ago
  44. f2fd617 tests use the same implementation of DocumentationModule building logic as production code by Dmitry Jemerov · 10 years ago
  45. f3bed40 process bracket tokens in markdown by Dmitry Jemerov · 10 years ago
  46. c5e98b1 fix links to supertypes by Dmitry Jemerov · 10 years ago
  47. e1a3884 more sane handling of overloads: don't duplicate signatures, show all documentation of a group of overloads with exactly the same documentation together by Dmitry Jemerov · 10 years ago
  48. 0d0fc1f distinguish ContentBlock (a ContentNode that has children) from leaf nodes by Dmitry Jemerov · 10 years ago
  49. 9207523 fix handling of triple backticks by Dmitry Jemerov · 10 years ago
  50. f93ff9c correctly render bounds of type parameters in declarations by Dmitry Jemerov · 10 years ago
  51. 25592f5 correctly render @see links by Dmitry Jemerov · 10 years ago
  52. 3fe73a9 handle parenthesis tokens in markdown by Dmitry Jemerov · 10 years ago
  53. b78e3bb handle code spans in markdown by Dmitry Jemerov · 10 years ago
  54. 0783f6f Ant task for Dokka by Dmitry Jemerov · 10 years ago
  55. 0fac1d9 code review by Dmitry Jemerov · 10 years ago
  56. bfd9ffd load sections from KDoc PSI, not through Markdown extensions by Dmitry Jemerov · 10 years ago
  57. 599f32d fix comment test on Windows agents by Dmitry Jemerov · 10 years ago
  58. d093fc1 don't generate broken links if a doc comment references an unresolved symbol by Dmitry Jemerov · 10 years ago
  59. d75cc63 normalizing line breaks cont'd by Dmitry Jemerov · 10 years ago
  60. 555caef Merge branch 'accessor-signature' by Dmitry Jemerov · 10 years ago
  61. 807451f Merge branch 'defaut-param-values' by Dmitry Jemerov · 10 years ago
  62. 77c1f53 Merge branch 'source-links' by Dmitry Jemerov · 10 years ago
  63. cfc0348 Merge branch 'property-var' by Dmitry Jemerov · 10 years ago
  64. fac6872 use .split(); fix TestAPI compilation by Dmitry Jemerov · 10 years ago
  65. 03d942b show signatures for accessors by Dmitry Jemerov · 10 years ago
  66. f36d9b0 show default values of parameters in generated documentation by Dmitry Jemerov · 10 years ago
  67. faad901 correcty distinguish 'val' and 'var' properties by Dmitry Jemerov · 10 years ago
  68. 0dd5ea3 link overriding functions to the corresponding base class functions by Dmitry Jemerov · 10 years ago
  69. 6d23430 don't show methods as open if their containing class is final by Dmitry Jemerov · 10 years ago
  70. 2e277ba correcty represent vararg parameters by Dmitry Jemerov · 10 years ago
  71. 891cc85 Merge pull request #11 from orangy/enum-members by Dmitry Jemerov · 10 years ago
  72. 1ce5373 code review and fix tests on Windows build agents by Dmitry Jemerov · 10 years ago
  73. 1b5f12b Process directives, implement "code" directive. by Ilya Ryzhenkov · 10 years ago
  74. 370b391 Merge branch 'master' into enum-members by Dmitry Jemerov · 10 years ago
  75. 7158019 Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet by Dmitry Jemerov · 10 years ago
  76. 0c584d0 enum values continued by Dmitry Jemerov · 10 years ago
  77. c4f40a0 better display for enum members by Dmitry Jemerov · 10 years ago
  78. 5dbadfe Update to the latest Kotlin compiler API by Alexander Udalov · 10 years ago
  79. e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
  80. 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages by Dmitry Jemerov · 10 years ago
  81. 7fbff24 use JUnit for compares; avoid generating trailing whitespace in markdown by Dmitry Jemerov · 10 years ago
  82. a03a2cc remove some redundant code by Dmitry Jemerov · 10 years ago
  83. 69dd298 support and render annotation parameters by Dmitry Jemerov · 10 years ago
  84. 716483c render annotation classes correctly by Dmitry Jemerov · 10 years ago
  85. 0e70fa4 render annotations by Dmitry Jemerov · 10 years ago
  86. ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
  87. 3fc3e33 fix formatting of overload signatures by Dmitry Jemerov · 10 years ago
  88. feca80b add test for html escaping; fix special characters eaten from output by Dmitry Jemerov · 10 years ago
  89. 8ef6818 more correct formatting of Markdown tables by Dmitry Jemerov · 10 years ago
  90. 2016ba9 render class object properties and functions by Dmitry Jemerov · 10 years ago
  91. cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
  92. c43a437 don't generate "Description" header if nothing is going to follow it by Dmitry Jemerov · 10 years ago
  93. badba07 Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. by Ilya Ryzhenkov · 10 years ago
  94. 40f64f3 Remove one line sections tests. by Ilya Ryzhenkov · 10 years ago
  95. bd6cddd Process short links. by Ilya Ryzhenkov · 10 years ago
  96. c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
  97. 280dc29 Use module.md to get package descriptors, filter sections with names of members, fix markdown for kotlin website, propagate content from parent to child with the name of section. by Ilya Ryzhenkov · 10 years ago
  98. 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
  99. 4984488 Parse directives in the form of {directive params}. Parse colons in text. by Ilya Ryzhenkov · 10 years ago
  100. 2ebfb98 Fix generation, add memory. by Ilya Ryzhenkov · 10 years ago