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. 3963105 restructure Dokka build to use Gradle for everything except for the Maven plugin by Dmitry Jemerov · 9 years ago
  4. 64946ea update to Kotlin beta 2 by Dmitry Jemerov · 9 years ago
  5. b643bf6 add tests; fixes related to qualified names of types by Dmitry Jemerov · 9 years ago
  6. 84ea5c6 @Inject all the things by Dmitry Jemerov · 9 years ago
  7. 3655b70 streamline setup code by Dmitry Jemerov · 9 years ago
  8. fb25c1e reduce the number of Kotlinisms in documentation model generated from Java code by Dmitry Jemerov · 9 years ago
  9. f724ba6 build Kotlin documentation for Java files based on descriptors by Dmitry Jemerov · 9 years ago
  10. ded5696 load KDoc comments when building javadoc by Dmitry Jemerov · 9 years ago
  11. e4b2ae9 initial support for generating javadoc from Kotlin light classes by Dmitry Jemerov · 9 years ago
  12. c9d59e9 Use Guice injector and ServiceLocator to load implementations on the fly by Sergey Mashkov · 9 years ago
  13. ff4a92f don't generate "Description" subheadings by Dmitry Jemerov · 9 years ago
  14. d1177b3 show extensions applicable to superclasses in the list of class members by Dmitry Jemerov · 9 years ago
  15. 36f4b91 show inherited members in the list of class members by Dmitry Jemerov · 9 years ago
  16. 53a5f01 correctly render qualified names for external classes by Dmitry Jemerov · 9 years ago
  17. 583b558 render annotations on types (such as @UnsafeVariance) by Dmitry Jemerov · 9 years ago
  18. ce82e3e render 'reified' modifier for type parameter; fix typo re: rendering type parameter bounds by Dmitry Jemerov · 9 years ago
  19. 47ccfb0 loading the JDK and the Kotlin runtime in tests is now optional by Dmitry Jemerov · 9 years ago
  20. cdeca8f Remove "implements operator X" notes because the "operator" modifier is sufficient to express that idea by Dmitry Jemerov · 9 years ago
  21. 61b9aca summarize signatures for properties by Dmitry Jemerov · 9 years ago
  22. 0efda36 exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests by Dmitry Jemerov · 9 years ago
  23. 3faa3f2 summarize signatures for overloaded stdlib functions by Dmitry Jemerov · 9 years ago
  24. e6b7632 correctly render star projections by Dmitry Jemerov · 9 years ago
  25. a76e5a6 Update to changes in Kotlin Beta. by Ilya Ryzhenkov · 9 years ago
  26. b8f2435 M15 code cleanup by Dmitry Jemerov · 9 years ago
  27. 8827d30 update Dokka to Kotlin 1.0-beta by Dmitry Jemerov · 9 years ago
  28. e455a0d update Dokka to M14 by Dmitry Jemerov · 9 years ago
  29. c4f3df0 remove unneeded and invalid package import by Dmitry Jemerov · 9 years ago
  30. 40c7daf fix rendering of extension function types by Dmitry Jemerov · 9 years ago
  31. 757f72d M13 code cleanup by Dmitry Jemerov · 9 years ago
  32. 8050cf6 fix package docs parsing, add test by Dmitry Jemerov · 9 years ago
  33. 41e36c0 delete some incomplete and irrelevant Markdown parsing test code by Dmitry Jemerov · 9 years ago
  34. cdd7c6b don't duplicate 'abstract' and 'sealed' modifiers by Dmitry Jemerov · 9 years ago
  35. 1e862f2 render annotations with @; render only @MustBeDocumented annotations; render all modifiers by Dmitry Jemerov · 9 years ago
  36. 14030ca update enum syntax in tests by Dmitry Jemerov · 9 years ago
  37. 20ba46e default visibility is public by Dmitry Jemerov · 9 years ago
  38. 4575396 fix HTML entity handling after changes in markdown parser; remove detail count assertions from tests by Dmitry Jemerov · 9 years ago
  39. 9725737 work in progress on updating Dokka to latest Kotlin (compiles but does not run yet) by Dmitry Jemerov · 9 years ago
  40. 3921ac6 fix tests by Dmitry Jemerov · 9 years ago
  41. 64414ce apply code cleanup; fix couple of deprecations manually by Dmitry Jemerov · 9 years ago
  42. 5f46416 update expected output by Dmitry Jemerov · 9 years ago
  43. bc0654e allow to explicitly specify the type of root for every input path by Dmitry Jemerov · 9 years ago
  44. a19e05b update testdata by Dmitry Jemerov · 9 years ago
  45. 673bfdd don't generate empty <code> blocks for non-existing signatures (e.g. external classes) by Dmitry Jemerov · 9 years ago
  46. c7916f7 default objects -> companion objects by Dmitry Jemerov · 9 years ago
  47. 0406a6b add test to verify that dokka recognizes secondary constructors by Dmitry Jemerov · 9 years ago
  48. d42aece fix warnings about initializers by Dmitry Jemerov · 9 years ago
  49. fa34f90 fixed intellij-markdown with support for HTML entities by Dmitry Jemerov · 9 years ago
  50. 8d3999e class object -> default object by Dmitry Jemerov · 9 years ago
  51. 2e6eda9 support HTML entities by Dmitry Jemerov · 9 years ago
  52. 6f1a379 remove unused Markdown to HTML conversion code by Dmitry Jemerov · 9 years ago
  53. 8f15915 generate documentation for default object extension properties by Dmitry Jemerov · 9 years ago
  54. f397348 support links with custom labels by Dmitry Jemerov · 9 years ago
  55. 6659337 support ordered lists by Dmitry Jemerov · 9 years ago
  56. 94d8cc0 don't include members in documentation if they have @suppress tag by Dmitry Jemerov · 9 years ago
  57. f462317 for functions that can be called as operators, show operator being implemented by Dmitry Jemerov · 9 years ago
  58. 7170d63 fix some warnings by Dmitry Jemerov · 9 years ago
  59. cad221f represent nullability in doc model instead of appending ? to type name by Dmitry Jemerov · 9 years ago
  60. f9172b3 remove extra space after type parameter list in Kotlin signature by Dmitry Jemerov · 9 years ago
  61. 7b91d7d don't lose space after first word in the content of javadoc tags by Dmitry Jemerov · 9 years ago
  62. 63faa14 process inline doc tags in values of block tags by Dmitry Jemerov · 9 years ago
  63. 8a65a7a handle @code and @literal tags in javadoc by Dmitry Jemerov · 9 years ago
  64. a9538f2 use JSoup to convert HTML markup in javadoc to content tree by Dmitry Jemerov · 9 years ago
  65. 11bc0b1 hide visibility modifiers in summary list of members by Dmitry Jemerov · 9 years ago
  66. f7c2f2a add another blank line after deprecation notice by Dmitry Jemerov · 9 years ago
  67. 146764a stop generating separate pages for property accessors by Dmitry Jemerov · 9 years ago
  68. f9b7ea8 variance modifiers for type projections are separate modifier nodes, not part of the type name by Dmitry Jemerov · 9 years ago
  69. f8704c6 variance modifiers for type parameters are separate modifier nodes, not part of the type name by Dmitry Jemerov · 9 years ago
  70. 9829559 don't show java.lang.Object in the list of Java class supertypes by Dmitry Jemerov · 9 years ago
  71. 722c9af use non-breaking spaces when generating signatures by Dmitry Jemerov · 9 years ago
  72. 7003ad8 fix formatting of "deprecated" notice in markdown by Dmitry Jemerov · 9 years ago
  73. fc70184 working test for cross-language links in documentation (Kotlin class extends Java class) by Dmitry Jemerov · 9 years ago
  74. a60d8ba understand @deprecated tag in javadoc by Dmitry Jemerov · 9 years ago
  75. b1296e6 override links for properties by Dmitry Jemerov · 9 years ago
  76. ce4b3b6 test that we're linking type names in parameters and return values by Dmitry Jemerov · 9 years ago
  77. 649217d process @see tags in javadoc by Dmitry Jemerov · 9 years ago
  78. ff0e6be process @link and @linkplain tags in javadoc by Dmitry Jemerov · 9 years ago
  79. f26fccd inheritor links for Java classes by Dmitry Jemerov · 9 years ago
  80. fdd2d9a links to supertypes in Java by Dmitry Jemerov · 9 years ago
  81. ecadf40 allow a LocationService to take a qualified name directly, not just a DocumentationNode by Dmitry Jemerov · 9 years ago
  82. 85a3ae7 support in-page anchors in locations by Dmitry Jemerov · 9 years ago
  83. ea1f4cc refactor extension setup; encapsulate extension in LocationService by Dmitry Jemerov · 9 years ago
  84. d9bfa02 remove dependency of Location on a File; use more meaningful locations in tests by Dmitry Jemerov · 9 years ago
  85. 2822a3e updated according to language change: class object -> default object by Dmitry Jemerov · 9 years ago
  86. 614f5fa nicer representation for enum values by Dmitry Jemerov · 9 years ago
  87. 4bec8fc represent java.lang.Deprecated annotation as deprecation by Dmitry Jemerov · 9 years ago
  88. 17e25ef represent java.lang.Object as 'Any' by Dmitry Jemerov · 9 years ago
  89. 107ef42 represent Java annotations in dokka by Dmitry Jemerov · 9 years ago
  90. 5c709d9 represent non-final classes and methods as open by Dmitry Jemerov · 9 years ago
  91. 3e3a4af represent static methods as class object functions by Dmitry Jemerov · 9 years ago
  92. 6d5d88b represent fields as Kotlin properties by Dmitry Jemerov · 9 years ago
  93. 6c93cc9 represent type arguments as nodes of type Type, not TypeParameter by Dmitry Jemerov · 9 years ago
  94. 555f9cf represent array types as type with type parameter by Dmitry Jemerov · 9 years ago
  95. 4a45896 handle vararg types by Dmitry Jemerov · 9 years ago
  96. 77effb4 don't lose tag value where it's actually part of the description by Dmitry Jemerov · 9 years ago
  97. c11ae71 convert doc tags to sections by Dmitry Jemerov · 9 years ago
  98. 902aeb1 add Java inner classes to model by Dmitry Jemerov · 9 years ago
  99. 95e3e32 distinguish Kotlin inner classes by Dmitry Jemerov · 9 years ago
  100. ce29c52 handle Java constructors nicely by Dmitry Jemerov · 9 years ago