1. e1dd512 Adding Dokka source to AOSP by Tiem Song · 5 years ago
  2. dd8a2a2 Replace Dokka source with a Dokka maven repo (see ./maven). by Doug Sigelbaum · 6 years ago
  3. 7cfbb2f Fix @since detection by Simon Ogorodnik · 6 years ago
  4. e45b323 First attempt at @attr and @since parsing. by Douglas Sigelbaum · 6 years ago
  5. 40f61ce Add XmlAttributes to the DocNode tree. by Douglas Sigelbaum · 7 years ago
  6. 5752aad Start parsing XML attributes. by Douglas Sigelbaum · 7 years ago
  7. bf2945d Support propagating inherited extensions from libraries by Simon Ogorodnik · 7 years ago
  8. 9e65c3d Support deep inheritance with external classes by Simon Ogorodnik · 7 years ago
  9. a06d6a8 Show type parameters substitution in class hierarchy by Simon Ogorodnik · 7 years ago
  10. f3c6708 Build supertypes via Supertype nodes, not reference by Simon Ogorodnik · 7 years ago
  11. 4469044 Generate signatures in output format by Simon Ogorodnik · 7 years ago
  12. 33426ea Add class hierarchy by Simon Ogorodnik · 7 years ago
  13. d363202 Add warning on unresolved link in packageDocs by Simon Ogorodnik · 7 years ago
  14. 694d51d Fix Can't find node by signature in asJava mode by Simon Ogorodnik · 7 years ago
  15. fff865c Fix StringOutOfBoundsException in link mapping by Simon Ogorodnik · 7 years ago
  16. fbfaef6 Fix parsing of line breaks inside javadoc comments by Simon Ogorodnik · 7 years ago
  17. 46b615b Resolve links in package docs in whole module by Simon Ogorodnik · 7 years ago
  18. a86c859 Support linking of external documentation by Simon Ogorodnik · 7 years ago
  19. 54c3c87 Refactoring internal communication for gradle by Simon Ogorodnik · 7 years ago
  20. abe161a Correct merging of different type namesake declarations between platforms by Simon Ogorodnik · 8 years ago
  21. 99689ad Merge declarations with the same signature defined for multiple platforms by Dmitry Jemerov · 8 years ago
  22. 1270519 Refactor SinceKotlin support to a more general "platform" mechanism by Dmitry Jemerov · 8 years ago
  23. 7fa2588 Dokka now can detect and recognize SinceKotlin by Simon Ogorodnik · 8 years ago
  24. 378be37 KT-14818 Render function type argument names in generated documentation (#116) by Simon Ogorodnik · 8 years ago
  25. 37cbd96 Merge pull request #111 from Kotlin/website-samples by Simon Ogorodnik · 8 years ago
  26. f3dd7eb Post-review fixes, removed code duplication, fixed @throws support by Simon Ogorodnik · 8 years ago
  27. 5ab32ba Fix for GH-115, `@param` and `@return` tags is missing in javadoc output by Simon Ogorodnik · 8 years ago
  28. 76c7e32 Type alias support by Simon Ogorodnik · 8 years ago
  29. dc99d1f Added //sampleStart //sampleEnd to samples on kotlin website by Simon Ogorodnik · 8 years ago
  30. af81d5a Now all sample blocks in kotlin-website wrapped in <div class="sample" markdown="1">...</div> by Simon Ogorodnik · 8 years ago
  31. 8c7ba16 Fix for GH-89 : Support for links to packages by Simon Ogorodnik · 8 years ago
  32. 3356187 don't report type parameters for array classes; don't report qualified names for stdlib types such as java.lang.String by Dmitry Jemerov · 8 years ago
  33. e33ea05 Use FQ name instead of simple name to identify array classes. Resolves #68 by Dmitry Jemerov · 8 years ago
  34. f3ed9f5 generate all types index by Dmitry Jemerov · 9 years ago
  35. a3ec2e2 generate signature-based anchors for overloads; use signature instead of name as an anchor for in-page links by Dmitry Jemerov · 9 years ago
  36. 628356d link to JDK classes (KT-10452) by Dmitry Jemerov · 9 years ago
  37. b3ce9a8 distinguish inherited companion object members by Dmitry Jemerov · 9 years ago
  38. efd848a separate groups for annotations and exceptions in the members list by Dmitry Jemerov · 9 years ago
  39. 2e77e00 cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> RefKind by Dmitry Jemerov · 9 years ago
  40. 3b3c284 cleanup: remove redundant 'public' modifiers by Dmitry Jemerov · 9 years ago
  41. 3963105 restructure Dokka build to use Gradle for everything except for the Maven plugin by Dmitry Jemerov · 9 years ago