1. c2a324b Add Dokka 0.9.19-SNAPSHOT by Tiem Song · 6 years ago
  2. 4361c0e Merge "Add java_import for dokka prebuilts." am: 93d8b0a1dd by Nan Zhang · 6 years ago
  3. 93d8b0a Merge "Add java_import for dokka prebuilts." by Treehugger Robot · 6 years ago
  4. 23daee8 Fix METADATA for dokka am: fec94a6f5e by Haibo Huang · 6 years ago
  5. fec94a6 Fix METADATA for dokka by Haibo Huang · 6 years ago
  6. 3ac4756 Add java_import for dokka prebuilts. by Nan Zhang · 6 years ago
  7. 47e8492 Remove .gitignore and hidden dirs from old Dokka source. am: e9340ae416 by Doug Sigelbaum · 6 years ago
  8. e9340ae Remove .gitignore and hidden dirs from old Dokka source. by Doug Sigelbaum · 6 years ago
  9. 5c10b17 Replace Dokka source with a Dokka maven repo (see ./maven). am: dd8a2a20e2 by Doug Sigelbaum · 6 years ago
  10. dd8a2a2 Replace Dokka source with a Dokka maven repo (see ./maven). by Doug Sigelbaum · 6 years ago
  11. a6340c9 Merge remote-tracking branch 'origin/upstream-devsite-with-java-layout-html' am: 244f97fc9e by Douglas Sigelbaum · 6 years ago
  12. 0147ac1 Merge remote-tracking branch 'origin/upstream-devsite-with-java-layout-html' by Douglas Sigelbaum · 6 years ago
  13. 244f97f Merge remote-tracking branch 'origin/upstream-devsite-with-java-layout-html' by Douglas Sigelbaum · 6 years ago
  14. 7cfbb2f Fix @since detection by Simon Ogorodnik · 6 years ago
  15. e45b323 First attempt at @attr and @since parsing. by Douglas Sigelbaum · 6 years ago
  16. 40f61ce Add XmlAttributes to the DocNode tree. by Douglas Sigelbaum · 6 years ago
  17. 5752aad Start parsing XML attributes. by Douglas Sigelbaum · 6 years ago
  18. ca5d3e8 Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 6 years ago
  19. 6c4558b Add custom output builder for DAC to apply Devsite CSS. by Douglas Sigelbaum · 6 years ago
  20. 9805dab Refactor sections, add missing testData for sections by Simon Ogorodnik · 6 years ago
  21. 4d0496a Take See Also into additional section, fix section headers by Simon Ogorodnik · 6 years ago
  22. 955e224 Update testData by Simon Ogorodnik · 6 years ago
  23. b811593 Disable outbound links in JavaLayoutHtml by Simon Ogorodnik · 6 years ago
  24. 1f7bd1c Fixed title and metadata in template. Also, removed references to mainUri for module. by Douglas Sigelbaum · 6 years ago
  25. 6b16986 Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 6 years ago
  26. a82699f Fixed RTE in template service. by Douglas Sigelbaum · 6 years ago
  27. 0dfc63a Initial empty repository by kuantung · 6 years ago
  28. 4641470 Implement inbound links in java layout html by Simon Ogorodnik · 6 years ago
  29. a0411ed Refactor selecting of inbound link resolvers by Simon Ogorodnik · 6 years ago
  30. 7b2376d Fix testData after adding constants block by Simon Ogorodnik · 6 years ago
  31. 2c5a734 Fix build by implementing template service and disable a failing test. by Douglas Sigelbaum · 6 years ago
  32. 5b9fd80 Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 6 years ago
  33. 7723826 Support constants from Java in KK mode by Simon Ogorodnik · 6 years ago
  34. fab0890 Add value for constants from Kotlin by Simon Ogorodnik · 6 years ago
  35. 099bda1 Add test for <T : A> T.extension by Simon Ogorodnik · 6 years ago
  36. dfec2b2 Support constants extraction for Kotlin by Simon Ogorodnik · 6 years ago
  37. b7b8527 Don't crash on unresolved class in qualified type reference by Simon Ogorodnik · 6 years ago
  38. e4e5030 Support extensions on external classes correctly by Simon Ogorodnik · 6 years ago
  39. 9d55720 Add missing test-data by Simon Ogorodnik · 6 years ago
  40. 10ebe28 Correctly support code blocks by Simon Ogorodnik · 6 years ago
  41. 1ffced5 Refactor OutputBuilder to decouple data extraction from structure by Simon Ogorodnik · 6 years ago
  42. bf2945d Support propagating inherited extensions from libraries by Simon Ogorodnik · 6 years ago
  43. 9e65c3d Support deep inheritance with external classes by Simon Ogorodnik · 6 years ago
  44. dc26fa9 Add test case for JavaLayoutHtmlFormat, add simple tests by Simon Ogorodnik · 6 years ago
  45. 893c75e Merge branch 'java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 6 years ago
  46. 6ae139a Fix to actually use outputBuilderFactoryService by Simon Ogorodnik · 6 years ago
  47. 4492f59 Support companion members by Simon Ogorodnik · 6 years ago
  48. 526be54 Inherited extension functions & group extensions by receiver by Simon Ogorodnik · 6 years ago
  49. 5c83923 Make output builder open by Simon Ogorodnik · 6 years ago
  50. a06d6a8 Show type parameters substitution in class hierarchy by Simon Ogorodnik · 6 years ago
  51. 66ca771 Add subclasses info by Simon Ogorodnik · 7 years ago
  52. 4256adf Add package list support by Simon Ogorodnik · 7 years ago
  53. cca63f7 Split JavaLayoutHtml to separate files by Simon Ogorodnik · 7 years ago
  54. f3c6708 Build supertypes via Supertype nodes, not reference by Simon Ogorodnik · 7 years ago
  55. 35a110c Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 7 years ago
  56. 673f49b Add nested classes to class index by Simon Ogorodnik · 7 years ago
  57. 026b13b Decouple summaryRow generation, add nested classes to summary by Simon Ogorodnik · 7 years ago
  58. 34b7ca4 Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 7 years ago
  59. c0ccaf2 Add full docs for constructors by Simon Ogorodnik · 7 years ago
  60. 0bf0d9f Render constructors in summary by Simon Ogorodnik · 7 years ago
  61. 7899f8e Render function parameters in summary by Simon Ogorodnik · 7 years ago
  62. 9bad4f0 Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 7 years ago
  63. 79554fe Fix crash on unresolved links by Simon Ogorodnik · 7 years ago
  64. 31e1f13 Fix resolution links to extension on external classes by Simon Ogorodnik · 7 years ago
  65. 3ffa236 Upgrade version to 0.9.17. by Douglas Sigelbaum · 7 years ago
  66. 2aa9950 Add title to headContent. by Douglas Sigelbaum · 7 years ago
  67. 25e4f44 Cleanup by Simon Ogorodnik · 7 years ago
  68. f0f2c4c Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 7 years ago
  69. b6f71e8 Fix adding external classes to classes index by Simon Ogorodnik · 7 years ago
  70. 798c675 Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 7 years ago
  71. cc716be Fix adding file name to relative URI, if it's not different by Simon Ogorodnik · 7 years ago
  72. ebf6929 Add class & package index by Simon Ogorodnik · 7 years ago
  73. b38d664 Don't insert arrow on root type by Simon Ogorodnik · 7 years ago
  74. cdbd376 Manually insert arrow by Simon Ogorodnik · 7 years ago
  75. 4469044 Generate signatures in output format by Simon Ogorodnik · 7 years ago
  76. 33426ea Add class hierarchy by Simon Ogorodnik · 7 years ago
  77. 03e6160 Add almost all of content by Simon Ogorodnik · 7 years ago
  78. 9b1ccf7 Use 'div id' instead of 'a name' by Simon Ogorodnik · 7 years ago
  79. da153a8 Workaround for TypeParameter by Simon Ogorodnik · 7 years ago
  80. bf22e82 Kotlinize Uri.relativeTo by Simon Ogorodnik · 7 years ago
  81. 271ce1e Remove <hr> after headers by Simon Ogorodnik · 7 years ago
  82. 21a5b3e Inject optionals in JavaLayoutHtmlFormat correctly by Simon Ogorodnik · 7 years ago
  83. f8f27c7 Merge branch 'refactoring-layout-service' into java-layout-html-format by Simon Ogorodnik · 7 years ago
  84. 6ef35ac Fix optional binding by Simon Ogorodnik · 7 years ago
  85. c32df6e Add outputDir dependency to DevsiteHtmlTemplateService. by Douglas Sigelbaum · 7 years ago
  86. 510145d Merge remote-tracking branch 'upstream/devsite-with-java-layout-html' into devsite-with-java-layout-html by Douglas Sigelbaum · 7 years ago
  87. 581c310 Fix 'data-reference-resources-wrapper' not appended by Simon Ogorodnik · 7 years ago
  88. 0ff0a28 Merge branch 'java-layout-html-format' into devsite-with-java-layout-html by Simon Ogorodnik · 7 years ago
  89. a0addaf Merge remote-tracking branch 'upstream/java-layout-html-format' into devsite-with-java-layout-html by Douglas Sigelbaum · 7 years ago
  90. c08417e Fix mainUri for classLike nodes by Simon Ogorodnik · 7 years ago
  91. b295363 Use correct ways to get uri for node by Simon Ogorodnik · 7 years ago
  92. 52b85b7 Port DAC services onto new API and JavaLayoutHtmlFormat by Simon Ogorodnik · 7 years ago
  93. 2bb00c1 Merge branch 'java-layout-html-format' into devsite-with-java-layout-html by Simon Ogorodnik · 7 years ago
  94. fe71c9e Don't crash when mainUri not implemented by Simon Ogorodnik · 7 years ago
  95. 92db044 Extract Uri Provider from generator, to avoid cycle injection by Simon Ogorodnik · 7 years ago
  96. 1aa31e8 Add required extension points to JavaLayoutFormat by Simon Ogorodnik · 7 years ago
  97. 252c349 Revert: Dokka platform changes needed to implement Devsite requirements. by Simon Ogorodnik · 7 years ago
  98. 8ebfdda Support links correctly by Simon Ogorodnik · 7 years ago
  99. 6362f27 Render summary for class like nodes by Simon Ogorodnik · 7 years ago
  100. 6dfe582 Generate docs for class like elements by Simon Ogorodnik · 7 years ago