1. 4a45896 handle vararg types by Dmitry Jemerov · 10 years ago
  2. 77effb4 don't lose tag value where it's actually part of the description by Dmitry Jemerov · 10 years ago
  3. c11ae71 convert doc tags to sections by Dmitry Jemerov · 10 years ago
  4. 902aeb1 add Java inner classes to model by Dmitry Jemerov · 10 years ago
  5. 95e3e32 distinguish Kotlin inner classes by Dmitry Jemerov · 10 years ago
  6. ce29c52 handle Java constructors nicely by Dmitry Jemerov · 10 years ago
  7. 2527b96 extract source links to non-Kotlin-specific part by Dmitry Jemerov · 10 years ago
  8. aa3f051 import Java type parameters into documentation model by Dmitry Jemerov · 10 years ago
  9. 0544db0 map array types to Kotlin by Dmitry Jemerov · 10 years ago
  10. 181418c process implements and extends list of Java classes by Dmitry Jemerov · 10 years ago
  11. acb49b4 process modifiers of Java elements by Dmitry Jemerov · 10 years ago
  12. 7697bed initial implementation of JavaDocumentationBuilder by Dmitry Jemerov · 10 years ago
  13. 4a4601d buildContent/buildContentTo don't need to be extension functions of DocumentationBuilder by Dmitry Jemerov · 10 years ago
  14. 4a018fa allow multiple builders to provide package nodes; move some kotlin-independent logic to DocumentationNode by Dmitry Jemerov · 10 years ago
  15. ba58510 delete some dead code by Dmitry Jemerov · 10 years ago
  16. f2fd617 tests use the same implementation of DocumentationModule building logic as production code by Dmitry Jemerov · 10 years ago
  17. f3bed40 process bracket tokens in markdown by Dmitry Jemerov · 10 years ago
  18. c5e98b1 fix links to supertypes by Dmitry Jemerov · 10 years ago
  19. ebbf265 much nicer html output for overloads by Dmitry Jemerov · 10 years ago
  20. a187baa consider ContentNodeLink nodes to be equal if they point to nodes with the same name (so that links to parameters with the same name in different overloads would still allow grouping) by Dmitry Jemerov · 10 years ago
  21. 550efc2 a bit of dead code by Dmitry Jemerov · 10 years ago
  22. 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
  23. 0d0fc1f distinguish ContentBlock (a ContentNode that has children) from leaf nodes by Dmitry Jemerov · 10 years ago
  24. 9207523 fix handling of triple backticks by Dmitry Jemerov · 10 years ago
  25. f93ff9c correctly render bounds of type parameters in declarations by Dmitry Jemerov · 10 years ago
  26. 25592f5 correctly render @see links by Dmitry Jemerov · 10 years ago
  27. 0b6f2b2 make sure that file names generated from identifiers are unique on case-insensitive file systems by Dmitry Jemerov · 10 years ago
  28. e9c1e35 fix handling of @sample links after kdoc PSI changes by Dmitry Jemerov · 10 years ago
  29. 8036ed4 fix dokka compilation after API change by Dmitry Jemerov · 10 years ago
  30. 3fe73a9 handle parenthesis tokens in markdown by Dmitry Jemerov · 10 years ago
  31. b78e3bb handle code spans in markdown by Dmitry Jemerov · 10 years ago
  32. 0e76eed use getResolutionScope() from plugin; use simpler way to resolve descriptor in scope; rename @code tag to @sample by Dmitry Jemerov · 10 years ago
  33. 4ed5b2e use code from Kotlin plugin for resolving references in KDoc; delete some dead code by Dmitry Jemerov · 10 years ago
  34. 1602b0f cleanup after rebase by Dmitry Jemerov · 10 years ago
  35. 0783f6f Ant task for Dokka by Dmitry Jemerov · 10 years ago
  36. 0fac1d9 code review by Dmitry Jemerov · 10 years ago
  37. bfd9ffd load sections from KDoc PSI, not through Markdown extensions by Dmitry Jemerov · 10 years ago
  38. b55b258 delete TextFormatService as it's too limited to be of any use by Dmitry Jemerov · 10 years ago
  39. db6f8c0 fix tests after merge by Dmitry Jemerov · 10 years ago
  40. 18bd85c Merge pull request #22 from orangy/broken-links by Dmitry Jemerov · 10 years ago
  41. 0f7f49d Merge branch 'page-titles' by Dmitry Jemerov · 10 years ago
  42. 29d0822 remove unnecessary println() by Dmitry Jemerov · 10 years ago
  43. 4591cbc use same code for calculating page titles in HTML and Jekyll by Dmitry Jemerov · 10 years ago
  44. 82de230 refactor outline generation; generate HTML outline by Dmitry Jemerov · 10 years ago
  45. d093fc1 don't generate broken links if a doc comment references an unresolved symbol by Dmitry Jemerov · 10 years ago
  46. 4b75751 generate page titles in HTML output by Dmitry Jemerov · 10 years ago
  47. 555caef Merge branch 'accessor-signature' by Dmitry Jemerov · 10 years ago
  48. 807451f Merge branch 'defaut-param-values' by Dmitry Jemerov · 10 years ago
  49. 77c1f53 Merge branch 'source-links' by Dmitry Jemerov · 10 years ago
  50. cfc0348 Merge branch 'property-var' by Dmitry Jemerov · 10 years ago
  51. fac6872 use .split(); fix TestAPI compilation by Dmitry Jemerov · 10 years ago
  52. 03d942b show signatures for accessors by Dmitry Jemerov · 10 years ago
  53. f36d9b0 show default values of parameters in generated documentation by Dmitry Jemerov · 10 years ago
  54. 6146fa8 generate source links in the documentation by Dmitry Jemerov · 10 years ago
  55. faad901 correcty distinguish 'val' and 'var' properties by Dmitry Jemerov · 10 years ago
  56. 0dd5ea3 link overriding functions to the corresponding base class functions by Dmitry Jemerov · 10 years ago
  57. 6d23430 don't show methods as open if their containing class is final by Dmitry Jemerov · 10 years ago
  58. 2e277ba correcty represent vararg parameters by Dmitry Jemerov · 10 years ago
  59. 891cc85 Merge pull request #11 from orangy/enum-members by Dmitry Jemerov · 10 years ago
  60. 19ec79c fix compilation (new kotlin package) by Dmitry Jemerov · 10 years ago
  61. 1ce5373 code review and fix tests on Windows build agents by Dmitry Jemerov · 10 years ago
  62. 1b5f12b Process directives, implement "code" directive. by Ilya Ryzhenkov · 10 years ago
  63. d33f5b8 don't show constructors for enum entries by Dmitry Jemerov · 10 years ago
  64. 370b391 Merge branch 'master' into enum-members by Dmitry Jemerov · 10 years ago
  65. 7158019 Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet by Dmitry Jemerov · 10 years ago
  66. 0c584d0 enum values continued by Dmitry Jemerov · 10 years ago
  67. c4f40a0 better display for enum members by Dmitry Jemerov · 10 years ago
  68. 23af5e2 use .trim() instead of .substring() by Dmitry Jemerov · 10 years ago
  69. c5fc45c code review by Dmitry Jemerov · 10 years ago
  70. 5dbadfe Update to the latest Kotlin compiler API by Alexander Udalov · 10 years ago
  71. e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
  72. 1a47943 don't include unresolved annotatons in the doc by Dmitry Jemerov · 10 years ago
  73. 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages by Dmitry Jemerov · 10 years ago
  74. c1a1cf1 call appendFragments() method instead of duplicating its code by Dmitry Jemerov · 10 years ago
  75. 7fbff24 use JUnit for compares; avoid generating trailing whitespace in markdown by Dmitry Jemerov · 10 years ago
  76. 69dd298 support and render annotation parameters by Dmitry Jemerov · 10 years ago
  77. 716483c render annotation classes correctly by Dmitry Jemerov · 10 years ago
  78. 0e70fa4 render annotations by Dmitry Jemerov · 10 years ago
  79. ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
  80. 3fc3e33 fix formatting of overload signatures by Dmitry Jemerov · 10 years ago
  81. feca80b add test for html escaping; fix special characters eaten from output by Dmitry Jemerov · 10 years ago
  82. 8ef6818 more correct formatting of Markdown tables by Dmitry Jemerov · 10 years ago
  83. 2016ba9 render class object properties and functions by Dmitry Jemerov · 10 years ago
  84. cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
  85. 7db96f8 Merge pull request #5 from orangy/command-line-format by Dmitry Jemerov · 10 years ago
  86. c43a437 don't generate "Description" header if nothing is going to follow it by Dmitry Jemerov · 10 years ago
  87. 0b8e04a cleanup by Dmitry Jemerov · 10 years ago
  88. 2dbd849 add command line argument for specifying output format by Dmitry Jemerov · 10 years ago
  89. 8f38026 layout: api is specific to Kotlin web site, don't generate it in regular Jekyll output by Dmitry Jemerov · 10 years ago
  90. badba07 Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. by Ilya Ryzhenkov · 10 years ago
  91. c759876 Append modifiers and visibility to property accessors by Ilya Ryzhenkov · 10 years ago
  92. 1839949 Document some types in Dokka and fix to make them work. by Ilya Ryzhenkov · 10 years ago
  93. bd6cddd Process short links. by Ilya Ryzhenkov · 10 years ago
  94. c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
  95. bf6696b Update to changes in compiler (KDoc is child node of declaration) by Ilya Ryzhenkov · 10 years ago
  96. 5d0af0b Update to changes in compiler (isMarkedNullable) by Ilya Ryzhenkov · 10 years ago
  97. 2117416 Update to changes in compiler (KotlinBuiltins) by Ilya Ryzhenkov · 10 years ago
  98. 45e9395 Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory method. by Ilya Ryzhenkov · 10 years ago
  99. 390fd8f Ignore non-existing include file. by Ilya Ryzhenkov · 10 years ago
  100. 4907736 Sort members into groups, filter accessors by Ilya Ryzhenkov · 10 years ago