1. e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
  2. 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages by Dmitry Jemerov · 10 years ago
  3. 7fbff24 use JUnit for compares; avoid generating trailing whitespace in markdown by Dmitry Jemerov · 10 years ago
  4. a03a2cc remove some redundant code by Dmitry Jemerov · 10 years ago
  5. 69dd298 support and render annotation parameters by Dmitry Jemerov · 10 years ago
  6. 716483c render annotation classes correctly by Dmitry Jemerov · 10 years ago
  7. 0e70fa4 render annotations by Dmitry Jemerov · 10 years ago
  8. ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
  9. 3fc3e33 fix formatting of overload signatures by Dmitry Jemerov · 10 years ago
  10. feca80b add test for html escaping; fix special characters eaten from output by Dmitry Jemerov · 10 years ago
  11. 8ef6818 more correct formatting of Markdown tables by Dmitry Jemerov · 10 years ago
  12. 2016ba9 render class object properties and functions by Dmitry Jemerov · 10 years ago
  13. cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
  14. c43a437 don't generate "Description" header if nothing is going to follow it by Dmitry Jemerov · 10 years ago
  15. badba07 Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. by Ilya Ryzhenkov · 10 years ago
  16. 40f64f3 Remove one line sections tests. by Ilya Ryzhenkov · 10 years ago
  17. bd6cddd Process short links. by Ilya Ryzhenkov · 10 years ago
  18. c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
  19. 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
  20. 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
  21. 4984488 Parse directives in the form of {directive params}. Parse colons in text. by Ilya Ryzhenkov · 10 years ago
  22. 2ebfb98 Fix generation, add memory. by Ilya Ryzhenkov · 10 years ago
  23. 11355ce Convert visitors to top-down builder by Ilya Ryzhenkov · 10 years ago
  24. 71cd87e Resolve links in docs. by Ilya Ryzhenkov · 10 years ago
  25. d6fd045 Cross-reference links on types, relative locations. by Ilya Ryzhenkov · 10 years ago
  26. 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
  27. 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
  28. 2e3dc23 Continue markdown processing by Ilya Ryzhenkov · 10 years ago
  29. 5894bf2 Add generated parser, lexer and some tests. by Ilya Ryzhenkov · 10 years ago
  30. f7bab78 Markdown, sections, styles and lots more. by Ilya Ryzhenkov · 10 years ago
  31. 54dee60 Update tests to work with RichString. by Ilya Ryzhenkov · 10 years ago
  32. d25b896 Add DocumentationOptions to support non-public API docs (used in tests) by Ilya Ryzhenkov · 11 years ago
  33. 6217709 Add ignored test for mixed Java + Kotlin by Ilya Ryzhenkov · 11 years ago
  34. c2c0910 Fix tests by Ilya Ryzhenkov · 11 years ago
  35. 68d3bc8 Beautification and documentation. by Ilya Ryzhenkov · 11 years ago
  36. 1aa62f8 Classpath support and custom module name from commandline by Ilya Ryzhenkov · 11 years ago
  37. 08e6900 Migrate to PackageView processing to unify all package fragments into single item. by Ilya Ryzhenkov · 11 years ago
  38. 6168541 Support enums in model by Ilya Ryzhenkov · 11 years ago
  39. e0acbb5 Add modifiers to signature generation by Ilya Ryzhenkov · 11 years ago
  40. a77f01b Process Modality (final, open, abstract) and Visibility (public, protected, internal, private) by Ilya Ryzhenkov · 11 years ago
  41. 372ab94 Implement KotlinSignatureGenerator to render nodes back into text in Kotlin syntax. by Ilya Ryzhenkov · 11 years ago
  42. 52deaf7 Add signature generator classes, refactor classes into files and nested enums. by Ilya Ryzhenkov · 11 years ago
  43. 9ebe897 Add test for multiple files generating multiple package nodes, rename nodes->members in Module by Ilya Ryzhenkov · 11 years ago
  44. 16391dd Add test and fix ${long section} format. by Ilya Ryzhenkov · 11 years ago
  45. a600080 Store descriptors instead of resolution scopes, rename Model -> Module by Ilya Ryzhenkov · 11 years ago
  46. a83488a Implement section parsing. by Ilya Ryzhenkov · 11 years ago
  47. d627d2c Convert string doc to structured DocumentationContent by Ilya Ryzhenkov · 11 years ago
  48. 5b24912 Fix tests after adding type/upperbound information to model. by Ilya Ryzhenkov · 11 years ago
  49. e155d10 Implement resolution scope chaining for all scopes except imported packages. by Ilya Ryzhenkov · 11 years ago
  50. 046265e Add Owner references, cleanup by Ilya Ryzhenkov · 11 years ago
  51. 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
  52. 1fc5f50 Create resolution scopes for all entities to resolve names inside doc-comments. by Ilya Ryzhenkov · 11 years ago
  53. cec0fc9 Support functions with receivers. by Ilya Ryzhenkov · 11 years ago
  54. 09935fc Support type parameter constraints as type parameter details. by Ilya Ryzhenkov · 11 years ago
  55. b511259 Support type parameters for functions and classes. by Ilya Ryzhenkov · 11 years ago
  56. c0f820f Test for docs on parameters, cleanup. by Ilya Ryzhenkov · 11 years ago
  57. a8e59d7 Add tests for comment extraction, support one-line and mutliple joined doc-comments. by Ilya Ryzhenkov · 11 years ago
  58. 6afd7af Migrate tests to org.jetbrains.dokka by Ilya Ryzhenkov · 11 years ago
  59. 044308b Complete package migration and move files into folders. by Ilya Ryzhenkov · 11 years ago
  60. 8a4dad4 Move everything to org.jetbrains.dokka package. by Ilya Ryzhenkov · 11 years ago
  61. eb29037 Add support for objects. by Ilya Ryzhenkov · 11 years ago
  62. f2f6fd9 Add top level property tests. by Ilya Ryzhenkov · 11 years ago
  63. cc00889 Process properties in classes without accessors by Ilya Ryzhenkov · 11 years ago
  64. e4a6e2d Use more structural approach to testing using with(node) { ... } by Ilya Ryzhenkov · 11 years ago
  65. ea6da14 Update test to relevant data and fix retrieval of real (not synthetic) members. by Ilya Ryzhenkov · 11 years ago
  66. 451b678 Add processing of classes into model. by Ilya Ryzhenkov · 11 years ago
  67. 73316ee Rename verifyFiles to verifyModel by Ilya Ryzhenkov · 11 years ago
  68. 484ec26 Add tests for packages, implement simple comment text extraction, build model for functions and parameters. by Ilya Ryzhenkov · 11 years ago
  69. 35b64fb Build model using recursive visitor, include packages in model, add test for function with parameters, unify model and node. by Ilya Ryzhenkov · 11 years ago
  70. c540bc2 Building model from nodes with references. by Ilya Ryzhenkov · 11 years ago
  71. deae3bf Bootstrapped TDD, first test red then green. by Ilya Ryzhenkov · 11 years ago
  72. 044e1b8 Setup test framework and empty DocumentationModel to kickstart test development. by Ilya Ryzhenkov · 11 years ago
  73. 9fec3e1 Add primitive KDoc extraction by descriptor. by Ilya Ryzhenkov · 11 years ago
  74. ba96795 Improving API, setting up playground, preparing for processing data. by Ilya Ryzhenkov · 11 years ago
  75. bdbdbd8 Primitive API for analysing JetFile in BindingContext. by Ilya Ryzhenkov · 11 years ago
  76. 7f6961a Add junit, setup test folders, add test/data/function.kt for initial model building without dependencies. by Ilya Ryzhenkov · 11 years ago