1. f65fbf5 Tweak kws html format to match output of old format by Simon Ogorodnik · 7 years ago
  2. e13d38a Fix typo in html tag emph -> em by Simon Ogorodnik · 7 years ago
  3. dd0e4af Implement assertion replacement templates for samples by Simon Ogorodnik · 7 years ago
  4. 57e3893 Per package options by Simon Ogorodnik · 7 years ago
  5. 921192e Fix GFM format crash in Guice by Simon Ogorodnik · 7 years ago
  6. 0fccc3f Add support for nice IDEA feature by Simon Ogorodnik · 7 years ago
  7. 3693c2f Fix p tag closing in HTML format's by Simon Ogorodnik · 8 years ago
  8. 51377df Deprecate old kotlin-website formats by Simon Ogorodnik · 8 years ago
  9. 2eb805e Create HTML based format for kotlin-website by Simon Ogorodnik · 8 years ago
  10. 8eff2cf Merge branch '0.9.14/KT-15497' by Simon Ogorodnik · 8 years ago
  11. 998c24e updated style.css to better fit wide monitor resolutions by Kevin Xiao · 8 years ago
  12. b84df9a Fixed broken links to members of groupNode members by Simon Ogorodnik · 8 years ago
  13. abe161a Correct merging of different type namesake declarations between platforms by Simon Ogorodnik · 8 years ago
  14. 5478d2b Don't add (platforms) fro kotlin-website format by Simon Ogorodnik · 8 years ago
  15. ddad0ac Correct detecting platform for Extensions on external classes by Simon Ogorodnik · 8 years ago
  16. 6276fd0 Split data tags for kotlin-website format by Simon Ogorodnik · 8 years ago
  17. d43d47b Merge branch 'semoro/multiplatform' by Simon Ogorodnik · 8 years ago
  18. bc71b31 Platform and version requirements for packages. Fixed tests. by Simon Ogorodnik · 8 years ago
  19. 05c5a8f Render functional type in parenthesis when it in receiver position by Simon Ogorodnik · 8 years ago
  20. 20b3b0d Fix loosing of line breaks inside import list for kotlin-website-samples format by Simon Ogorodnik · 8 years ago
  21. ef753c8 Package platforms detected based on it's members, refactored multiplatform tests layout by Simon Ogorodnik · 8 years ago
  22. 289d287 Fix test by Simon Ogorodnik · 8 years ago
  23. 706d37b data-platform attribute for index rows in kotlin-website format by Simon Ogorodnik · 8 years ago
  24. 0f9dac9 Merge remote-tracking branch 'origin/0.9.14/BlankLines' by Dmitry Jemerov · 8 years ago
  25. 004fc0c Merge branch 'website-samples' by Dmitry Jemerov · 8 years ago
  26. 5b90b57 Don't crash on source roots without a platform by Dmitry Jemerov · 8 years ago
  27. 386f3a8 Don't show member extensions defined in other classes in the list of members for a type by Dmitry Jemerov · 8 years ago
  28. a3c7641 Omit platform of members when it's the same as the platform of the defining class by Dmitry Jemerov · 8 years ago
  29. a962349 Support 'dynamic' type by Dmitry Jemerov · 8 years ago
  30. 77a3012 Detect default platforms based only on the roots that we're currently processing by Dmitry Jemerov · 8 years ago
  31. bfd615d Option to skip declarations in root package from generated documentation (they can't be imported anyway) by Dmitry Jemerov · 8 years ago
  32. edb0d90 Process all declarations with the same primary platform in a single pass; allow to provide default platforms based on declaration descriptor by Dmitry Jemerov · 8 years ago
  33. 5da3385 Rename isSample() to isNotSample() because that's what it checks by Dmitry Jemerov · 8 years ago
  34. ff8fdb0 Resolve link and generate alltypes only once, not after every platform by Dmitry Jemerov · 8 years ago
  35. 66757b4 Allow to specify implied platforms in command line; fix parsing of platforms specified in command line by Dmitry Jemerov · 8 years ago
  36. 0e35c83 Add missing injection annotation by Dmitry Jemerov · 8 years ago
  37. 64a8684 Don't show implied platforms in output by Dmitry Jemerov · 8 years ago
  38. 99689ad Merge declarations with the same signature defined for multiple platforms by Dmitry Jemerov · 8 years ago
  39. a39c7a1 Allow specifying implicit platforms for each source root by Dmitry Jemerov · 8 years ago
  40. 287c820 Show platforms of a node in summary table by Dmitry Jemerov · 8 years ago
  41. 1270519 Refactor SinceKotlin support to a more general "platform" mechanism by Dmitry Jemerov · 8 years ago
  42. 7fa2588 Dokka now can detect and recognize SinceKotlin by Simon Ogorodnik · 8 years ago
  43. 2bd8bdf Better separation between analysis and output generation phases by Dmitry Jemerov · 8 years ago
  44. 2ceff9c Fix for GH-136 GH-137 Blank lines inside code blocks are not preserved by Simon Ogorodnik · 8 years ago
  45. 994a867 KT-16262 Dokka does not render suspending function types properly by Simon Ogorodnik · 8 years ago
  46. dcb948e Updated kotlin compiler to version 1.1.0-rc-84 by Simon Ogorodnik · 8 years ago
  47. 64c8f35 Tweaking of sample formatting by Simon Ogorodnik · 8 years ago
  48. 4517ce5 Removed leading newline by Simon Ogorodnik · 8 years ago
  49. cf4bb46 KT-16197 WebDemo: No empty strings #KT-16197 fixed by Simon Ogorodnik · 8 years ago
  50. 372e9c7 KT-15497 Dokka: Using of not-FQ name in @sample should be allowed by Simon Ogorodnik · 8 years ago
  51. 55fbf4f Drop import samples.* for website-samples by Simon Ogorodnik · 8 years ago
  52. f47798e Updated Kotlin Compiler finally and resolved problems by Simon Ogorodnik · 8 years ago
  53. 48167ef Fix for GH-90 by Simon Ogorodnik · 8 years ago
  54. 378be37 KT-14818 Render function type argument names in generated documentation (#116) by Simon Ogorodnik · 8 years ago
  55. 546e8ed Post-review changes, simplified proxies by Simon Ogorodnik · 8 years ago
  56. 13bda73 Now dokka-fatjar complete isolated from poisonous Gradle environment by Simon Ogorodnik · 8 years ago
  57. 039bb97 Fixed tests for sample formats by Simon Ogorodnik · 8 years ago
  58. 9c6ffa3 Added special format for experimental kotlin website samples format by Simon Ogorodnik · 8 years ago
  59. f229fec Set idea.io.use.fallback to "true", to fix idea environment startup warning on windows by Simon Ogorodnik · 8 years ago
  60. 37cbd96 Merge pull request #111 from Kotlin/website-samples by Simon Ogorodnik · 8 years ago
  61. edda34b Merge pull request #119 from Kotlin/0.9.10/GH-115 by Simon Ogorodnik · 8 years ago
  62. f3dd7eb Post-review fixes, removed code duplication, fixed @throws support by Simon Ogorodnik · 8 years ago
  63. 4b2c12c Fix sometimes failing test by Simon Ogorodnik · 8 years ago
  64. 5ab32ba Fix for GH-115, `@param` and `@return` tags is missing in javadoc output by Simon Ogorodnik · 8 years ago
  65. 575caeb Fixup, remove unused imports by Simon Ogorodnik · 8 years ago
  66. 3704bf4 Fix AnalysisEnvironment to configure resolver properly according to latest changes, which is required to proper platform type aliases resolving by Simon Ogorodnik · 8 years ago
  67. 4b86a14 Fixup, added some type alias rendering tests by Simon Ogorodnik · 8 years ago
  68. d769c4d Added javadoc format test for simple typealiases by Simon Ogorodnik · 8 years ago
  69. bac315d Test for previous fix, in/out modifiers not lost by Simon Ogorodnik · 8 years ago
  70. 89d41a1 Fix most of failing tests, by not unwrapping types, if it not abbreviated (Otherwise we will lose in/out variance) by Simon Ogorodnik · 8 years ago
  71. 76c7e32 Type alias support by Simon Ogorodnik · 8 years ago
  72. 31c5633 Updated kotlin-compiler to 1.1-M03 and fixed configuration by Simon Ogorodnik · 8 years ago
  73. 875e7e5 Post review fixes, now building text in single pass. by Simon Ogorodnik · 8 years ago
  74. 47790d1 Replacing assertPrints, assertTrue to println for kotlin-website samples, Added SampleProcessingService to FormatDescriptor by Simon Ogorodnik · 8 years ago
  75. dc99d1f Added //sampleStart //sampleEnd to samples on kotlin website by Simon Ogorodnik · 8 years ago
  76. af81d5a Now all sample blocks in kotlin-website wrapped in <div class="sample" markdown="1">...</div> by Simon Ogorodnik · 8 years ago
  77. 32cfff6 Fix for KT-14603 Do not escape html inside code blocks in markdown (#112) by Simon Ogorodnik · 8 years ago
  78. 15f76be Disabled broken test due not-supported yet typealiases by Simon Ogorodnik · 8 years ago
  79. a014843 Fix for GH-79 , KT-13299 Critical bug, top-level Kotlin functions from libraries not resolved by Simon Ogorodnik · 8 years ago
  80. c4cf001 Updated kotlin-compiler to 1.1-M2-8 (#109) by Simon Ogorodnik · 8 years ago
  81. 21b2fcb Fix for KT-14076 : empty visible div's (#108) by Simon Ogorodnik · 8 years ago
  82. b64579c Added test and post-review fix by Simon Ogorodnik · 8 years ago
  83. 8c7ba16 Fix for GH-89 : Support for links to packages by Simon Ogorodnik · 8 years ago
  84. 6c16c61 Merge branch '0.9.10/GH-98' by Simon Ogorodnik · 8 years ago
  85. 40e8132 Fix for GH #98 : Added tests, altered fix code for corner cases by Simon Ogorodnik · 8 years ago
  86. 225a499 Fix for GH #98 : Classes marked with `@suppress` are included in JavaDoc output by Simon Ogorodnik · 8 years ago
  87. 0c33c3c Fix for GH #99 : Dokka crash on startup if dokka-fatjar located in path with spaces by Simon Ogorodnik · 8 years ago
  88. 7922e2a Fix for GH #97 : Preserve language name of fenced code block for highlight by Simon Ogorodnik · 8 years ago
  89. ee824b9 Fix for GH #95 , KT-13300 : dokka eats apostrophes by Simon Ogorodnik · 8 years ago
  90. b10acb9 Fix for GH#94 : meta charset for Html format by Simon Ogorodnik · 8 years ago
  91. 769701f Total build refactoring, prepare for new development iteration by Simon Ogorodnik · 8 years ago
  92. b776892 fix tests on Windows by Dmitry Jemerov · 8 years ago
  93. 95a606f update Kotlin compiler and kotlin-ide-common to 1.0.4-dev-13, fixing the qualified name resolve problem in doc comments by Dmitry Jemerov · 8 years ago
  94. 0f65cf0 handle code blocks escaped with multiple backticks correctly; generate extra backticks if text in code block contains backticks (KT-12998, KT-12999) by Dmitry Jemerov · 8 years ago
  95. b5367f2 don't lose exclamation marks in code blocks (KT-13000) by Dmitry Jemerov · 8 years ago
  96. c0064d2 Rewrite output generation; much cleaner Markdown and HTML generated. Resolves #71, #72 by Dmitry Jemerov · 8 years ago
  97. 625ea7d extract stateful builder out of FormatService by Dmitry Jemerov · 8 years ago
  98. cb97c45 introduce GFM output format by Dmitry Jemerov · 8 years ago
  99. ae64283 delete unused method by Dmitry Jemerov · 8 years ago
  100. b1a26bf build fix by Dmitry Jemerov · 8 years ago