1. 03d942b show signatures for accessors by Dmitry Jemerov · 10 years ago
  2. 60e610e Merge pull request #14 from orangy/override-link by Dmitry Jemerov · 10 years ago
  3. 0dd5ea3 link overriding functions to the corresponding base class functions by Dmitry Jemerov · 10 years ago
  4. cd21e1f Merge pull request #13 from orangy/not-open by Dmitry Jemerov · 10 years ago
  5. 6d23430 don't show methods as open if their containing class is final by Dmitry Jemerov · 10 years ago
  6. ec6fcb4 Merge pull request #12 from orangy/varargs by Dmitry Jemerov · 10 years ago
  7. 2e277ba correcty represent vararg parameters by Dmitry Jemerov · 10 years ago
  8. 891cc85 Merge pull request #11 from orangy/enum-members by Dmitry Jemerov · 10 years ago
  9. 19ec79c fix compilation (new kotlin package) by Dmitry Jemerov · 10 years ago
  10. 1ce5373 code review and fix tests on Windows build agents by Dmitry Jemerov · 10 years ago
  11. 1b5f12b Process directives, implement "code" directive. by Ilya Ryzhenkov · 10 years ago
  12. d33f5b8 don't show constructors for enum entries by Dmitry Jemerov · 10 years ago
  13. 370b391 Merge branch 'master' into enum-members by Dmitry Jemerov · 10 years ago
  14. 75e1f85 Merge branch 'udalov-jet' by Dmitry Jemerov · 10 years ago
  15. 7158019 Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet by Dmitry Jemerov · 10 years ago
  16. 0c584d0 enum values continued by Dmitry Jemerov · 10 years ago
  17. c4f40a0 better display for enum members by Dmitry Jemerov · 10 years ago
  18. 49feb90 Merge pull request #9 from orangy/annotations by Dmitry Jemerov · 10 years ago
  19. 23af5e2 use .trim() instead of .substring() by Dmitry Jemerov · 10 years ago
  20. c5fc45c code review by Dmitry Jemerov · 10 years ago
  21. 5dbadfe Update to the latest Kotlin compiler API by Alexander Udalov · 10 years ago
  22. 5643197 Ignore .idea/workspace.xml by Alexander Udalov · 10 years ago
  23. e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
  24. 1a47943 don't include unresolved annotatons in the doc by Dmitry Jemerov · 10 years ago
  25. 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages by Dmitry Jemerov · 10 years ago
  26. c1a1cf1 call appendFragments() method instead of duplicating its code by Dmitry Jemerov · 10 years ago
  27. 7fbff24 use JUnit for compares; avoid generating trailing whitespace in markdown by Dmitry Jemerov · 10 years ago
  28. a03a2cc remove some redundant code by Dmitry Jemerov · 10 years ago
  29. 69dd298 support and render annotation parameters by Dmitry Jemerov · 10 years ago
  30. 716483c render annotation classes correctly by Dmitry Jemerov · 10 years ago
  31. 0e70fa4 render annotations by Dmitry Jemerov · 10 years ago
  32. ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
  33. 5f47bc1 Merge pull request #8 from orangy/class-object by Dmitry Jemerov · 10 years ago
  34. 3fc3e33 fix formatting of overload signatures by Dmitry Jemerov · 10 years ago
  35. feca80b add test for html escaping; fix special characters eaten from output by Dmitry Jemerov · 10 years ago
  36. 8ef6818 more correct formatting of Markdown tables by Dmitry Jemerov · 10 years ago
  37. 2016ba9 render class object properties and functions by Dmitry Jemerov · 10 years ago
  38. cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
  39. 7db96f8 Merge pull request #5 from orangy/command-line-format by Dmitry Jemerov · 10 years ago
  40. be20c3f add -format argument by Dmitry Jemerov · 10 years ago
  41. 41aeba5 Merge pull request #7 from orangy/empty-description by Dmitry Jemerov · 10 years ago
  42. c43a437 don't generate "Description" header if nothing is going to follow it by Dmitry Jemerov · 10 years ago
  43. 0b8e04a cleanup by Dmitry Jemerov · 10 years ago
  44. 2dbd849 add command line argument for specifying output format by Dmitry Jemerov · 10 years ago
  45. 8f38026 layout: api is specific to Kotlin web site, don't generate it in regular Jekyll output by Dmitry Jemerov · 10 years ago
  46. badba07 Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. by Ilya Ryzhenkov · 10 years ago
  47. 40f64f3 Remove one line sections tests. by Ilya Ryzhenkov · 10 years ago
  48. c759876 Append modifiers and visibility to property accessors by Ilya Ryzhenkov · 10 years ago
  49. 7d81b30 Update markdown parser. by Ilya Ryzhenkov · 10 years ago
  50. 1839949 Document some types in Dokka and fix to make them work. by Ilya Ryzhenkov · 10 years ago
  51. bd6cddd Process short links. by Ilya Ryzhenkov · 10 years ago
  52. 9535260 Update library to support dot-names for sections by Ilya Ryzhenkov · 10 years ago
  53. c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
  54. bf6696b Update to changes in compiler (KDoc is child node of declaration) by Ilya Ryzhenkov · 10 years ago
  55. 5d0af0b Update to changes in compiler (isMarkedNullable) by Ilya Ryzhenkov · 10 years ago
  56. 2117416 Update to changes in compiler (KotlinBuiltins) by Ilya Ryzhenkov · 10 years ago
  57. 45e9395 Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory method. by Ilya Ryzhenkov · 10 years ago
  58. 390fd8f Ignore non-existing include file. by Ilya Ryzhenkov · 10 years ago
  59. 4907736 Sort members into groups, filter accessors by Ilya Ryzhenkov · 10 years ago
  60. 92b8252 Visibility first. by Ilya Ryzhenkov · 10 years ago
  61. b16b02b Move manifest. by Ilya Ryzhenkov · 10 years ago
  62. e02c2db Manifest. by Ilya Ryzhenkov · 10 years ago
  63. 0511b94 Artifcats. by Ilya Ryzhenkov · 10 years ago
  64. 3c30b2d Merge pull request #2 from kisenka/kotlin-website-formatter by Ilya Ryzhenkov · 10 years ago
  65. 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
  66. 66e5e16 Switch back to KotlinWebSiteFormatter by Ilya Ryzhenkov · 10 years ago
  67. 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
  68. efd1947 Migrate to lazy resolve session by Ilya Ryzhenkov · 10 years ago
  69. 17f0237 Workaround platform types by Ilya Ryzhenkov · 10 years ago
  70. b3d2b8c Replace internal index pages URLs from "/index.html" with "/" by kisenka · 10 years ago
  71. ad14ea9 Fixing formats and started work on inline function body. by Ilya Ryzhenkov · 10 years ago
  72. 4984488 Parse directives in the form of {directive params}. Parse colons in text. by Ilya Ryzhenkov · 10 years ago
  73. 9f0ff55 Parse and format inline code, fix strong & emph formatting. by Ilya Ryzhenkov · 10 years ago
  74. b3f588c Include builtins by Ilya Ryzhenkov · 10 years ago
  75. 5efc1a3 Fix extension properties by Ilya Ryzhenkov · 10 years ago
  76. 2ebfb98 Fix generation, add memory. by Ilya Ryzhenkov · 10 years ago
  77. ba1f12d Cleanup by Ilya Ryzhenkov · 10 years ago
  78. 471039e Remove obsolete code. by Ilya Ryzhenkov · 10 years ago
  79. 11355ce Convert visitors to top-down builder by Ilya Ryzhenkov · 10 years ago
  80. cf27225 Merge pull request #1 from kisenka/kotlin-website-formatter by Ilya Ryzhenkov · 10 years ago
  81. f5d6bc3 Formatter for Kotlin website added by kisenka · 10 years ago
  82. 18bcaee Added necessary newline after YAML Frontmatter section in Jekyll formatter by kisenka · 10 years ago
  83. 8fbeb61 Fix code block formating in Markdown formatter by kisenka · 10 years ago
  84. d3421d0 Change formatter to KotlinWebsiteFormatService by kisenka · 10 years ago
  85. 290d5a9 Fix Markdown table syntax. by kisenka · 10 years ago
  86. 782a0b3 Make Jekyll formatter extendable by kisenka · 10 years ago
  87. 10068c5 Unify link resolution for short and full forms, remove ContentNameLink. by Ilya Ryzhenkov · 10 years ago
  88. 04135d1 Resolve links to symbols with custom text by Ilya Ryzhenkov · 10 years ago
  89. 71cd87e Resolve links in docs. by Ilya Ryzhenkov · 10 years ago
  90. b642b7c Fix visibility filtering. by Ilya Ryzhenkov · 10 years ago
  91. e93440b Constructors, variance, links and styles. by Ilya Ryzhenkov · 10 years ago
  92. aedccb9 Fix relative path. by Ilya Ryzhenkov · 10 years ago
  93. d6fd045 Cross-reference links on types, relative locations. by Ilya Ryzhenkov · 10 years ago
  94. 7c6da4b Language Service now formats to ContentNode instead of String. by Ilya Ryzhenkov · 10 years ago
  95. a52e1d5 Work on cross-references. by Ilya Ryzhenkov · 10 years ago
  96. e93b629 Fix rendering by Ilya Ryzhenkov · 10 years ago
  97. 36a96fb Lexing/parsing better. by Ilya Ryzhenkov · 10 years ago
  98. 1835f2f ## Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
  99. 778e2b3 Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
  100. 2e3dc23 Continue markdown processing by Ilya Ryzhenkov · 10 years ago