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. 9e65c3d Support deep inheritance with external classes by Simon Ogorodnik · 7 years ago
  4. 6805bae Workaround top-level java class name not match filename by Simon Ogorodnik · 7 years ago
  5. 40e8132 Fix for GH #98 : Added tests, altered fix code for corner cases by Simon Ogorodnik · 8 years ago
  6. c0064d2 Rewrite output generation; much cleaner Markdown and HTML generated. Resolves #71, #72 by Dmitry Jemerov · 8 years ago
  7. 1223420 restore handling of @suppress tags in javadoc comments by Dmitry Jemerov · 8 years ago
  8. 74fa763 update Dokka to internal RC: remove usages of kotlin.test by Dmitry Jemerov · 8 years ago
  9. 2e77e00 cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> RefKind by Dmitry Jemerov · 9 years ago
  10. 3963105 restructure Dokka build to use Gradle for everything except for the Maven plugin by Dmitry Jemerov · 9 years ago[Renamed (87%) from test/src/model/JavaTest.kt]
  11. f724ba6 build Kotlin documentation for Java files based on descriptors by Dmitry Jemerov · 9 years ago
  12. 47ccfb0 loading the JDK and the Kotlin runtime in tests is now optional by Dmitry Jemerov · 9 years ago
  13. b8f2435 M15 code cleanup by Dmitry Jemerov · 9 years ago
  14. 757f72d M13 code cleanup by Dmitry Jemerov · 9 years ago
  15. 64414ce apply code cleanup; fix couple of deprecations manually by Dmitry Jemerov · 9 years ago
  16. c7916f7 default objects -> companion objects by Dmitry Jemerov · 9 years ago
  17. 7170d63 fix some warnings by Dmitry Jemerov · 9 years ago
  18. ff0e6be process @link and @linkplain tags in javadoc by Dmitry Jemerov · 9 years ago
  19. f26fccd inheritor links for Java classes by Dmitry Jemerov · 9 years ago
  20. 2822a3e updated according to language change: class object -> default object by Dmitry Jemerov · 9 years ago
  21. 614f5fa nicer representation for enum values by Dmitry Jemerov · 9 years ago
  22. 4bec8fc represent java.lang.Deprecated annotation as deprecation by Dmitry Jemerov · 9 years ago
  23. 17e25ef represent java.lang.Object as 'Any' by Dmitry Jemerov · 9 years ago
  24. 107ef42 represent Java annotations in dokka by Dmitry Jemerov · 9 years ago
  25. 5c709d9 represent non-final classes and methods as open by Dmitry Jemerov · 9 years ago
  26. 3e3a4af represent static methods as class object functions by Dmitry Jemerov · 9 years ago
  27. 6d5d88b represent fields as Kotlin properties by Dmitry Jemerov · 9 years ago
  28. 6c93cc9 represent type arguments as nodes of type Type, not TypeParameter by Dmitry Jemerov · 9 years ago
  29. 555f9cf represent array types as type with type parameter by Dmitry Jemerov · 9 years ago
  30. 4a45896 handle vararg types by Dmitry Jemerov · 9 years ago
  31. 77effb4 don't lose tag value where it's actually part of the description by Dmitry Jemerov · 9 years ago
  32. c11ae71 convert doc tags to sections by Dmitry Jemerov · 9 years ago
  33. 902aeb1 add Java inner classes to model by Dmitry Jemerov · 9 years ago
  34. ce29c52 handle Java constructors nicely by Dmitry Jemerov · 9 years ago
  35. aa3f051 import Java type parameters into documentation model by Dmitry Jemerov · 9 years ago
  36. 0544db0 map array types to Kotlin by Dmitry Jemerov · 9 years ago
  37. 181418c process implements and extends list of Java classes by Dmitry Jemerov · 9 years ago
  38. acb49b4 process modifiers of Java elements by Dmitry Jemerov · 9 years ago
  39. 7697bed initial implementation of JavaDocumentationBuilder by Dmitry Jemerov · 9 years ago
  40. 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
  41. 6217709 Add ignored test for mixed Java + Kotlin by Ilya Ryzhenkov · 10 years ago