1. b642b7c Fix visibility filtering. by Ilya Ryzhenkov · 10 years ago
  2. e93440b Constructors, variance, links and styles. by Ilya Ryzhenkov · 10 years ago
  3. aedccb9 Fix relative path. by Ilya Ryzhenkov · 10 years ago
  4. d6fd045 Cross-reference links on types, relative locations. by Ilya Ryzhenkov · 10 years ago
  5. 7c6da4b Language Service now formats to ContentNode instead of String. by Ilya Ryzhenkov · 10 years ago
  6. a52e1d5 Work on cross-references. by Ilya Ryzhenkov · 10 years ago
  7. e93b629 Fix rendering by Ilya Ryzhenkov · 10 years ago
  8. 36a96fb Lexing/parsing better. by Ilya Ryzhenkov · 10 years ago
  9. 1835f2f ## 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
  10. 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
  11. 2e3dc23 Continue markdown processing by Ilya Ryzhenkov · 10 years ago
  12. 7b2e274 Update to fresh kotlin. by Ilya Ryzhenkov · 10 years ago
  13. 5894bf2 Add generated parser, lexer and some tests. by Ilya Ryzhenkov · 10 years ago
  14. f7bab78 Markdown, sections, styles and lots more. by Ilya Ryzhenkov · 10 years ago
  15. a070217 Make test run configuration a singleton. by Ilya Ryzhenkov · 10 years ago
  16. 3f45f3a Review and fixes. by Ilya Ryzhenkov · 10 years ago
  17. 54dee60 Update tests to work with RichString. by Ilya Ryzhenkov · 10 years ago
  18. 455d74a Convert content to RichString and establish resolution service for links. by Ilya Ryzhenkov · 10 years ago
  19. ff0c8d7 Synchronize to Kotlin compiler API. by Ilya Ryzhenkov · 10 years ago
  20. bd494a8 LinkedHashMap is now default for groupBy in stdlib. by Ilya Ryzhenkov · 10 years ago
  21. c86f6f5 Update to Kotlin API by Ilya Ryzhenkov · 10 years ago
  22. d25b896 Add DocumentationOptions to support non-public API docs (used in tests) by Ilya Ryzhenkov · 10 years ago
  23. 6217709 Add ignored test for mixed Java + Kotlin by Ilya Ryzhenkov · 10 years ago
  24. 8f24c0a Use alternative way to get exhaust. by Ilya Ryzhenkov · 10 years ago
  25. aa59acb Support tables in formatters and add proper escaping of html by Ilya Ryzhenkov · 10 years ago
  26. 7c204a3 Add some folders to gitignore by Ilya Ryzhenkov · 10 years ago
  27. f72e869 Add gitignore by Ilya Ryzhenkov · 10 years ago
  28. 7f9786d Point to github pages for docs. by Ilya Ryzhenkov · 10 years ago
  29. fb41c69 Improve rendering of lambdas, escape html symbols. by Ilya Ryzhenkov · 10 years ago
  30. eebfdd4 Speed up analysis by not processing function bodies. by Ilya Ryzhenkov · 10 years ago
  31. 76e5d70 Cleanup by Ilya Ryzhenkov · 10 years ago
  32. 50ec329 Filter non-user and non-public api by Ilya Ryzhenkov · 10 years ago
  33. e8447fd Format links and tables in markdown (hardcoded) by Ilya Ryzhenkov · 10 years ago
  34. 20f4e24 Progress logging by Ilya Ryzhenkov · 10 years ago
  35. 499d082 Cleaning, generalizing, added outline support (hardcoded yml for now) by Ilya Ryzhenkov · 10 years ago
  36. 62cb509 Refactor formatting service to detach grouping logic from markup by Ilya Ryzhenkov · 10 years ago
  37. ad884a9 Link to samples and fixed typo. by Ilya Ryzhenkov · 10 years ago
  38. e22c075 Add some readme description. by Ilya Ryzhenkov · 10 years ago
  39. cfd0d55 Use ../dokka-doc/ clone of gh-pages branch as output. by Ilya Ryzhenkov · 10 years ago
  40. 2dff977 Revert to md for now. by Ilya Ryzhenkov · 10 years ago
  41. 64f7948 Use html extension for jekyll so that links work by Ilya Ryzhenkov · 10 years ago
  42. eeb42e9 Add jekyll format service by Ilya Ryzhenkov · 10 years ago
  43. c2c0910 Fix tests by Ilya Ryzhenkov · 10 years ago
  44. 93bd64f Create README.md by Ilya Ryzhenkov · 10 years ago
  45. 745e407 Add hasDescription property to skip description blocks when empty. by Ilya Ryzhenkov · 10 years ago
  46. 3eee7f2 Refactor to multiple-nodes formatting, join content. by Ilya Ryzhenkov · 10 years ago
  47. cd7084d Refactor to multiple-nodes formatting, implement smarter markdown format service. by Ilya Ryzhenkov · 10 years ago
  48. 0b2e346 Add documentation by Ilya Ryzhenkov · 10 years ago
  49. 68d3bc8 Beautification and documentation. by Ilya Ryzhenkov · 10 years ago
  50. 1aa62f8 Classpath support and custom module name from commandline by Ilya Ryzhenkov · 10 years ago
  51. 94b3ed6 Custom name for a module. by Ilya Ryzhenkov · 10 years ago
  52. 433b896 Add renderName for formatting names of entities in lists, links, etc by Ilya Ryzhenkov · 10 years ago
  53. 65d8e5f Share run configurations by Ilya Ryzhenkov · 10 years ago
  54. 4582f42 Include JDK symbols. by Ilya Ryzhenkov · 10 years ago
  55. 69abe98 Do not include block if no members, display description and summary. by Ilya Ryzhenkov · 10 years ago
  56. 073d861 Cleanup by Ilya Ryzhenkov · 10 years ago
  57. 43d969f Decompose summary and description for one-liners by Ilya Ryzhenkov · 10 years ago
  58. b76a745 Better type handling with substitution by Ilya Ryzhenkov · 10 years ago
  59. a89d1a1 Support functional type syntax in Kotlin generator by Ilya Ryzhenkov · 10 years ago
  60. f97d9cc Suppress resolve verification while working on markup and generation. by Ilya Ryzhenkov · 10 years ago
  61. 5dbe142 Stop spamming console in FileGenerator. by Ilya Ryzhenkov · 10 years ago
  62. 03d0fd4 Render signature with markdown code by Ilya Ryzhenkov · 10 years ago
  63. f3375a4 Get members scope for packages from PacakgeViews by Ilya Ryzhenkov · 10 years ago
  64. 08e6900 Migrate to PackageView processing to unify all package fragments into single item. by Ilya Ryzhenkov · 10 years ago
  65. 71aacc5 Downgrade to JVM 1.6 because some URI functions are not available in 1.6 by Ilya Ryzhenkov · 10 years ago
  66. a0bfdbd Location services, formatting services, initial self-documentation output. by Ilya Ryzhenkov · 10 years ago
  67. 6168541 Support enums in model by Ilya Ryzhenkov · 11 years ago
  68. a6c9bfb Sort members by name for output. by Ilya Ryzhenkov · 11 years ago
  69. 708c5fc Do not fail if source is not found, there are lots of generated items. by Ilya Ryzhenkov · 11 years ago
  70. e0acbb5 Add modifiers to signature generation by Ilya Ryzhenkov · 11 years ago
  71. a77f01b Process Modality (final, open, abstract) and Visibility (public, protected, internal, private) by Ilya Ryzhenkov · 11 years ago
  72. 1da7b0d Fix processing properties with receivers. by Ilya Ryzhenkov · 11 years ago
  73. 93c9250 Add JavaSignatureGenerator (no properties or ojects yet) by Ilya Ryzhenkov · 11 years ago
  74. 372ab94 Implement KotlinSignatureGenerator to render nodes back into text in Kotlin syntax. by Ilya Ryzhenkov · 11 years ago
  75. 52deaf7 Add signature generator classes, refactor classes into files and nested enums. by Ilya Ryzhenkov · 11 years ago
  76. 9ebe897 Add test for multiple files generating multiple package nodes, rename nodes->members in Module by Ilya Ryzhenkov · 11 years ago
  77. 16391dd Add test and fix ${long section} format. by Ilya Ryzhenkov · 11 years ago
  78. a600080 Store descriptors instead of resolution scopes, rename Model -> Module by Ilya Ryzhenkov · 11 years ago
  79. a83488a Implement section parsing. by Ilya Ryzhenkov · 11 years ago
  80. d627d2c Convert string doc to structured DocumentationContent by Ilya Ryzhenkov · 11 years ago
  81. 7bc3513 Do not generate empty sections in console output. by Ilya Ryzhenkov · 11 years ago
  82. b43d53e Do not reused UpperBound, use explicit Type instead. by Ilya Ryzhenkov · 11 years ago
  83. 1148622 Simplify comment trimming. by Ilya Ryzhenkov · 11 years ago
  84. 5b24912 Fix tests after adding type/upperbound information to model. by Ilya Ryzhenkov · 11 years ago
  85. e155d10 Implement resolution scope chaining for all scopes except imported packages. by Ilya Ryzhenkov · 11 years ago
  86. 1fc4fca Cleanup and naming. by Ilya Ryzhenkov · 11 years ago
  87. 992bf22 Resolve all the referenced node, except owners. by Ilya Ryzhenkov · 11 years ago
  88. a5999ec Do not resolve during model building, instead save scopes and do it later. by Ilya Ryzhenkov · 11 years ago
  89. 2878f90 Add Trait kind and handle it by Ilya Ryzhenkov · 11 years ago
  90. 046265e Add Owner references, cleanup by Ilya Ryzhenkov · 11 years ago
  91. 2f4e56d Implement symbol resolution for function body context, class type parameters, add code that checks that all details are resolved. by Ilya Ryzhenkov · 11 years ago
  92. 1fc5f50 Create resolution scopes for all entities to resolve names inside doc-comments. by Ilya Ryzhenkov · 11 years ago
  93. cec0fc9 Support functions with receivers. by Ilya Ryzhenkov · 11 years ago
  94. 09935fc Support type parameter constraints as type parameter details. by Ilya Ryzhenkov · 11 years ago
  95. b511259 Support type parameters for functions and classes. by Ilya Ryzhenkov · 11 years ago
  96. c0f820f Test for docs on parameters, cleanup. by Ilya Ryzhenkov · 11 years ago
  97. a8e59d7 Add tests for comment extraction, support one-line and mutliple joined doc-comments. by Ilya Ryzhenkov · 11 years ago
  98. 197a6e4 Rename Documentation folder to Model by Ilya Ryzhenkov · 11 years ago
  99. 6afd7af Migrate tests to org.jetbrains.dokka by Ilya Ryzhenkov · 11 years ago
  100. 044308b Complete package migration and move files into folders. by Ilya Ryzhenkov · 11 years ago