1. 3eee7f2 Refactor to multiple-nodes formatting, join content. by Ilya Ryzhenkov · 11 years ago
  2. cd7084d Refactor to multiple-nodes formatting, implement smarter markdown format service. by Ilya Ryzhenkov · 11 years ago
  3. 0b2e346 Add documentation by Ilya Ryzhenkov · 11 years ago
  4. 68d3bc8 Beautification and documentation. by Ilya Ryzhenkov · 11 years ago
  5. 1aa62f8 Classpath support and custom module name from commandline by Ilya Ryzhenkov · 11 years ago
  6. 94b3ed6 Custom name for a module. by Ilya Ryzhenkov · 11 years ago
  7. 433b896 Add renderName for formatting names of entities in lists, links, etc by Ilya Ryzhenkov · 11 years ago
  8. 65d8e5f Share run configurations by Ilya Ryzhenkov · 11 years ago
  9. 4582f42 Include JDK symbols. by Ilya Ryzhenkov · 11 years ago
  10. 69abe98 Do not include block if no members, display description and summary. by Ilya Ryzhenkov · 11 years ago
  11. 073d861 Cleanup by Ilya Ryzhenkov · 11 years ago
  12. 43d969f Decompose summary and description for one-liners by Ilya Ryzhenkov · 11 years ago
  13. b76a745 Better type handling with substitution by Ilya Ryzhenkov · 11 years ago
  14. a89d1a1 Support functional type syntax in Kotlin generator by Ilya Ryzhenkov · 11 years ago
  15. f97d9cc Suppress resolve verification while working on markup and generation. by Ilya Ryzhenkov · 11 years ago
  16. 5dbe142 Stop spamming console in FileGenerator. by Ilya Ryzhenkov · 11 years ago
  17. 03d0fd4 Render signature with markdown code by Ilya Ryzhenkov · 11 years ago
  18. f3375a4 Get members scope for packages from PacakgeViews by Ilya Ryzhenkov · 11 years ago
  19. 08e6900 Migrate to PackageView processing to unify all package fragments into single item. by Ilya Ryzhenkov · 11 years ago
  20. 71aacc5 Downgrade to JVM 1.6 because some URI functions are not available in 1.6 by Ilya Ryzhenkov · 11 years ago
  21. a0bfdbd Location services, formatting services, initial self-documentation output. by Ilya Ryzhenkov · 11 years ago
  22. 6168541 Support enums in model by Ilya Ryzhenkov · 11 years ago
  23. a6c9bfb Sort members by name for output. by Ilya Ryzhenkov · 11 years ago
  24. 708c5fc Do not fail if source is not found, there are lots of generated items. by Ilya Ryzhenkov · 11 years ago
  25. e0acbb5 Add modifiers to signature generation by Ilya Ryzhenkov · 11 years ago
  26. a77f01b Process Modality (final, open, abstract) and Visibility (public, protected, internal, private) by Ilya Ryzhenkov · 11 years ago
  27. 1da7b0d Fix processing properties with receivers. by Ilya Ryzhenkov · 11 years ago
  28. 93c9250 Add JavaSignatureGenerator (no properties or ojects yet) by Ilya Ryzhenkov · 11 years ago
  29. 372ab94 Implement KotlinSignatureGenerator to render nodes back into text in Kotlin syntax. by Ilya Ryzhenkov · 11 years ago
  30. 52deaf7 Add signature generator classes, refactor classes into files and nested enums. by Ilya Ryzhenkov · 11 years ago
  31. 9ebe897 Add test for multiple files generating multiple package nodes, rename nodes->members in Module by Ilya Ryzhenkov · 11 years ago
  32. 16391dd Add test and fix ${long section} format. by Ilya Ryzhenkov · 11 years ago
  33. a600080 Store descriptors instead of resolution scopes, rename Model -> Module by Ilya Ryzhenkov · 11 years ago
  34. a83488a Implement section parsing. by Ilya Ryzhenkov · 11 years ago
  35. d627d2c Convert string doc to structured DocumentationContent by Ilya Ryzhenkov · 11 years ago
  36. 7bc3513 Do not generate empty sections in console output. by Ilya Ryzhenkov · 11 years ago
  37. b43d53e Do not reused UpperBound, use explicit Type instead. by Ilya Ryzhenkov · 11 years ago
  38. 1148622 Simplify comment trimming. by Ilya Ryzhenkov · 11 years ago
  39. 5b24912 Fix tests after adding type/upperbound information to model. by Ilya Ryzhenkov · 11 years ago
  40. e155d10 Implement resolution scope chaining for all scopes except imported packages. by Ilya Ryzhenkov · 11 years ago
  41. 1fc4fca Cleanup and naming. by Ilya Ryzhenkov · 11 years ago
  42. 992bf22 Resolve all the referenced node, except owners. by Ilya Ryzhenkov · 11 years ago
  43. a5999ec Do not resolve during model building, instead save scopes and do it later. by Ilya Ryzhenkov · 11 years ago
  44. 2878f90 Add Trait kind and handle it by Ilya Ryzhenkov · 11 years ago
  45. 046265e Add Owner references, cleanup by Ilya Ryzhenkov · 11 years ago
  46. 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
  47. 1fc5f50 Create resolution scopes for all entities to resolve names inside doc-comments. by Ilya Ryzhenkov · 11 years ago
  48. cec0fc9 Support functions with receivers. by Ilya Ryzhenkov · 11 years ago
  49. 09935fc Support type parameter constraints as type parameter details. by Ilya Ryzhenkov · 11 years ago
  50. b511259 Support type parameters for functions and classes. by Ilya Ryzhenkov · 11 years ago
  51. c0f820f Test for docs on parameters, cleanup. by Ilya Ryzhenkov · 11 years ago
  52. a8e59d7 Add tests for comment extraction, support one-line and mutliple joined doc-comments. by Ilya Ryzhenkov · 11 years ago
  53. 197a6e4 Rename Documentation folder to Model by Ilya Ryzhenkov · 11 years ago
  54. 6afd7af Migrate tests to org.jetbrains.dokka by Ilya Ryzhenkov · 11 years ago
  55. 044308b Complete package migration and move files into folders. by Ilya Ryzhenkov · 11 years ago
  56. 8a4dad4 Move everything to org.jetbrains.dokka package. by Ilya Ryzhenkov · 11 years ago
  57. eb29037 Add support for objects. by Ilya Ryzhenkov · 11 years ago
  58. f2f6fd9 Add top level property tests. by Ilya Ryzhenkov · 11 years ago
  59. cc00889 Process properties in classes without accessors by Ilya Ryzhenkov · 11 years ago
  60. e4a6e2d Use more structural approach to testing using with(node) { ... } by Ilya Ryzhenkov · 11 years ago
  61. ea6da14 Update test to relevant data and fix retrieval of real (not synthetic) members. by Ilya Ryzhenkov · 11 years ago
  62. 451b678 Add processing of classes into model. by Ilya Ryzhenkov · 11 years ago
  63. 73316ee Rename verifyFiles to verifyModel by Ilya Ryzhenkov · 11 years ago
  64. 484ec26 Add tests for packages, implement simple comment text extraction, build model for functions and parameters. by Ilya Ryzhenkov · 11 years ago
  65. 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
  66. c540bc2 Building model from nodes with references. by Ilya Ryzhenkov · 11 years ago
  67. deae3bf Bootstrapped TDD, first test red then green. by Ilya Ryzhenkov · 11 years ago
  68. 044e1b8 Setup test framework and empty DocumentationModel to kickstart test development. by Ilya Ryzhenkov · 11 years ago
  69. 9fec3e1 Add primitive KDoc extraction by descriptor. by Ilya Ryzhenkov · 11 years ago
  70. ba96795 Improving API, setting up playground, preparing for processing data. by Ilya Ryzhenkov · 11 years ago
  71. bdbdbd8 Primitive API for analysing JetFile in BindingContext. by Ilya Ryzhenkov · 11 years ago
  72. 7f6961a Add junit, setup test folders, add test/data/function.kt for initial model building without dependencies. by Ilya Ryzhenkov · 11 years ago
  73. 06fe0f4 Initial commit, setup compiler-as-a-service to analyse files. by Ilya Ryzhenkov · 11 years ago