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. fbfaef6 Fix parsing of line breaks inside javadoc comments by Simon Ogorodnik · 7 years ago
  4. 37cbd96 Merge pull request #111 from Kotlin/website-samples by Simon Ogorodnik · 8 years ago
  5. f3dd7eb Post-review fixes, removed code duplication, fixed @throws support by Simon Ogorodnik · 8 years ago
  6. 5ab32ba Fix for GH-115, `@param` and `@return` tags is missing in javadoc output by Simon Ogorodnik · 8 years ago
  7. dc99d1f Added //sampleStart //sampleEnd to samples on kotlin website by Simon Ogorodnik · 8 years ago
  8. af81d5a Now all sample blocks in kotlin-website wrapped in <div class="sample" markdown="1">...</div> by Simon Ogorodnik · 8 years ago
  9. 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
  10. 628356d link to JDK classes (KT-10452) by Dmitry Jemerov · 9 years ago
  11. 3b3c284 cleanup: remove redundant 'public' modifiers by Dmitry Jemerov · 9 years ago
  12. 3963105 restructure Dokka build to use Gradle for everything except for the Maven plugin by Dmitry Jemerov · 9 years ago[Renamed from src/Model/Content.kt]
  13. 972118b generate @deprecated tags for javadoc by Dmitry Jemerov · 9 years ago
  14. 4e09ac2 Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-javadoc by Dmitry Jemerov · 9 years ago
  15. 8291bee wrapping and nicer formatting for signatures by Dmitry Jemerov · 9 years ago
  16. 3faa3f2 summarize signatures for overloaded stdlib functions by Dmitry Jemerov · 9 years ago
  17. facb7ef update to Kotlin 0.15.46 by Dmitry Jemerov · 9 years ago
  18. e455a0d update Dokka to M14 by Dmitry Jemerov · 9 years ago
  19. 9725737 work in progress on updating Dokka to latest Kotlin (compiles but does not run yet) by Dmitry Jemerov · 9 years ago
  20. 4ed808d ~ description constant by Sergey Mashkov · 9 years ago
  21. e1f7ce7 ~ see also by Sergey Mashkov · 9 years ago
  22. 87edf7c Eliminate warnings caused by API changes by Sergey Mashkov · 9 years ago
  23. c858ffd some cleanup by Dmitry Jemerov · 9 years ago
  24. 64414ce apply code cleanup; fix couple of deprecations manually by Dmitry Jemerov · 9 years ago
  25. 76e4d3c parse included Markdown files to retrieve documentation for modules and packages by Dmitry Jemerov · 9 years ago
  26. c7916f7 default objects -> companion objects by Dmitry Jemerov · 9 years ago
  27. 8d3999e class object -> default object by Dmitry Jemerov · 9 years ago
  28. 2e6eda9 support HTML entities by Dmitry Jemerov · 9 years ago
  29. 6659337 support ordered lists by Dmitry Jemerov · 9 years ago
  30. f462317 for functions that can be called as operators, show operator being implemented by Dmitry Jemerov · 9 years ago
  31. 4494fd0 allow applying different styles to different kinds of identifiers by Dmitry Jemerov · 9 years ago
  32. 44cef5c syntax highlight code examples by Dmitry Jemerov · 9 years ago
  33. 146764a stop generating separate pages for property accessors by Dmitry Jemerov · 9 years ago
  34. 722c9af use non-breaking spaces when generating signatures by Dmitry Jemerov · 9 years ago
  35. 184a24c resolve references through single map from signature to DocumentationNode (enables cross-language references) by Dmitry Jemerov · 9 years ago
  36. bfe53b9 resolve content links to declaration descriptors immediately during markdown to content tree conversion; remove separate phase for resolving links in content by Dmitry Jemerov · 9 years ago
  37. c11ae71 convert doc tags to sections by Dmitry Jemerov · 9 years ago
  38. c5e98b1 fix links to supertypes by Dmitry Jemerov · 9 years ago
  39. a187baa consider ContentNodeLink nodes to be equal if they point to nodes with the same name (so that links to parameters with the same name in different overloads would still allow grouping) by Dmitry Jemerov · 9 years ago
  40. e1a3884 more sane handling of overloads: don't duplicate signatures, show all documentation of a group of overloads with exactly the same documentation together by Dmitry Jemerov · 9 years ago
  41. 0d0fc1f distinguish ContentBlock (a ContentNode that has children) from leaf nodes by Dmitry Jemerov · 9 years ago
  42. 25592f5 correctly render @see links by Dmitry Jemerov · 9 years ago
  43. 0fac1d9 code review by Dmitry Jemerov · 9 years ago
  44. bfd9ffd load sections from KDoc PSI, not through Markdown extensions by Dmitry Jemerov · 9 years ago
  45. e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
  46. 1839949 Document some types in Dokka and fix to make them work. by Ilya Ryzhenkov · 10 years ago
  47. 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
  48. 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
  49. ad14ea9 Fixing formats and started work on inline function body. by Ilya Ryzhenkov · 10 years ago
  50. 9f0ff55 Parse and format inline code, fix strong & emph formatting. by Ilya Ryzhenkov · 10 years ago
  51. 10068c5 Unify link resolution for short and full forms, remove ContentNameLink. by Ilya Ryzhenkov · 10 years ago
  52. 71cd87e Resolve links in docs. by Ilya Ryzhenkov · 10 years ago
  53. d6fd045 Cross-reference links on types, relative locations. by Ilya Ryzhenkov · 10 years ago
  54. 7c6da4b Language Service now formats to ContentNode instead of String. by Ilya Ryzhenkov · 10 years ago
  55. 778e2b3 Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago