1. 0d0fc1f distinguish ContentBlock (a ContentNode that has children) from leaf nodes by Dmitry Jemerov · 10 years ago
  2. 9207523 fix handling of triple backticks by Dmitry Jemerov · 10 years ago
  3. 25592f5 correctly render @see links by Dmitry Jemerov · 10 years ago
  4. e9c1e35 fix handling of @sample links after kdoc PSI changes by Dmitry Jemerov · 10 years ago
  5. 8036ed4 fix dokka compilation after API change by Dmitry Jemerov · 10 years ago
  6. 0e76eed use getResolutionScope() from plugin; use simpler way to resolve descriptor in scope; rename @code tag to @sample by Dmitry Jemerov · 10 years ago
  7. 4ed5b2e use code from Kotlin plugin for resolving references in KDoc; delete some dead code by Dmitry Jemerov · 10 years ago
  8. 0783f6f Ant task for Dokka by Dmitry Jemerov · 10 years ago
  9. 0fac1d9 code review by Dmitry Jemerov · 10 years ago
  10. bfd9ffd load sections from KDoc PSI, not through Markdown extensions by Dmitry Jemerov · 10 years ago
  11. d093fc1 don't generate broken links if a doc comment references an unresolved symbol by Dmitry Jemerov · 10 years ago
  12. 807451f Merge branch 'defaut-param-values' by Dmitry Jemerov · 10 years ago
  13. 77c1f53 Merge branch 'source-links' by Dmitry Jemerov · 10 years ago
  14. cfc0348 Merge branch 'property-var' by Dmitry Jemerov · 10 years ago
  15. f36d9b0 show default values of parameters in generated documentation by Dmitry Jemerov · 10 years ago
  16. 6146fa8 generate source links in the documentation by Dmitry Jemerov · 10 years ago
  17. faad901 correcty distinguish 'val' and 'var' properties by Dmitry Jemerov · 10 years ago
  18. 0dd5ea3 link overriding functions to the corresponding base class functions by Dmitry Jemerov · 10 years ago
  19. 6d23430 don't show methods as open if their containing class is final by Dmitry Jemerov · 10 years ago
  20. 2e277ba correcty represent vararg parameters by Dmitry Jemerov · 10 years ago
  21. 1ce5373 code review and fix tests on Windows build agents by Dmitry Jemerov · 10 years ago
  22. d33f5b8 don't show constructors for enum entries by Dmitry Jemerov · 10 years ago
  23. 7158019 Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet by Dmitry Jemerov · 10 years ago
  24. c5fc45c code review by Dmitry Jemerov · 10 years ago
  25. 5dbadfe Update to the latest Kotlin compiler API by Alexander Udalov · 10 years ago
  26. e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
  27. 1a47943 don't include unresolved annotatons in the doc by Dmitry Jemerov · 10 years ago
  28. 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages 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. ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
  32. cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
  33. c759876 Append modifiers and visibility to property accessors by Ilya Ryzhenkov · 10 years ago
  34. 1839949 Document some types in Dokka and fix to make them work. by Ilya Ryzhenkov · 10 years ago
  35. bd6cddd Process short links. by Ilya Ryzhenkov · 10 years ago
  36. c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
  37. 5d0af0b Update to changes in compiler (isMarkedNullable) by Ilya Ryzhenkov · 10 years ago
  38. 2117416 Update to changes in compiler (KotlinBuiltins) by Ilya Ryzhenkov · 10 years ago
  39. 4907736 Sort members into groups, filter accessors by Ilya Ryzhenkov · 10 years ago
  40. 92b8252 Visibility first. by Ilya Ryzhenkov · 10 years ago
  41. 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
  42. 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
  43. ad14ea9 Fixing formats and started work on inline function body. by Ilya Ryzhenkov · 10 years ago
  44. 5efc1a3 Fix extension properties by Ilya Ryzhenkov · 10 years ago
  45. 2ebfb98 Fix generation, add memory. by Ilya Ryzhenkov · 10 years ago
  46. ba1f12d Cleanup by Ilya Ryzhenkov · 10 years ago
  47. 471039e Remove obsolete code. by Ilya Ryzhenkov · 10 years ago
  48. 11355ce Convert visitors to top-down builder by Ilya Ryzhenkov · 10 years ago