Age | Commit message (Expand) | Author |
2014-07-12 | Add modifiers to signature generation | Ilya Ryzhenkov |
2014-07-12 | Process Modality (final, open, abstract) and Visibility (public, protected, i... | Ilya Ryzhenkov |
2014-07-12 | Fix processing properties with receivers. | Ilya Ryzhenkov |
2014-07-12 | Add JavaSignatureGenerator (no properties or ojects yet) | Ilya Ryzhenkov |
2014-07-12 | Implement KotlinSignatureGenerator to render nodes back into text in Kotlin s... | Ilya Ryzhenkov |
2014-07-12 | Add signature generator classes, refactor classes into files and nested enums. | Ilya Ryzhenkov |
2014-07-12 | Add test for multiple files generating multiple package nodes, rename nodes->... | Ilya Ryzhenkov |
2014-07-12 | Add test and fix ${long section} format. | Ilya Ryzhenkov |
2014-07-12 | Store descriptors instead of resolution scopes, rename Model -> Module | Ilya Ryzhenkov |
2014-07-12 | Implement section parsing. | Ilya Ryzhenkov |
2014-07-12 | Convert string doc to structured DocumentationContent | Ilya Ryzhenkov |
2014-07-12 | Do not reused UpperBound, use explicit Type instead. | Ilya Ryzhenkov |
2014-07-12 | Implement resolution scope chaining for all scopes except imported packages. | Ilya Ryzhenkov |
2014-07-12 | Cleanup and naming. | Ilya Ryzhenkov |
2014-07-12 | Resolve all the referenced node, except owners. | Ilya Ryzhenkov |
2014-07-12 | Do not resolve during model building, instead save scopes and do it later. | Ilya Ryzhenkov |
2014-07-12 | Add Trait kind and handle it | Ilya Ryzhenkov |
2014-07-12 | Add Owner references, cleanup | Ilya Ryzhenkov |
2014-07-12 | Implement symbol resolution for function body context, class type parameters,... | Ilya Ryzhenkov |
2014-07-11 | Create resolution scopes for all entities to resolve names inside doc-comments. | Ilya Ryzhenkov |
2014-07-11 | Support functions with receivers. | Ilya Ryzhenkov |
2014-07-11 | Support type parameter constraints as type parameter details. | Ilya Ryzhenkov |
2014-07-11 | Support type parameters for functions and classes. | Ilya Ryzhenkov |
2014-07-11 | Test for docs on parameters, cleanup. | Ilya Ryzhenkov |
2014-07-11 | Add tests for comment extraction, support one-line and mutliple joined doc-co... | Ilya Ryzhenkov |
2014-07-11 | Rename Documentation folder to Model | Ilya Ryzhenkov |