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