Age | Commit message (Expand) | Author |
2015-01-14 | generate source links in the documentation | Dmitry Jemerov |
2015-01-14 | link overriding functions to the corresponding base class functions | Dmitry Jemerov |
2015-01-09 | nice rendering for deprecated members | Dmitry Jemerov |
2015-01-09 | generate ExternalClass nodes to hold extension functions and properties for c... | Dmitry Jemerov |
2014-12-30 | support and render annotation parameters | Dmitry Jemerov |
2014-12-30 | render annotation classes correctly | Dmitry Jemerov |
2014-12-30 | annotations work in progress | Dmitry Jemerov |
2014-12-29 | put class object functions and properties in main class block | Dmitry Jemerov |
2014-12-22 | Document some types in Dokka and fix to make them work. | Ilya Ryzhenkov |
2014-10-14 | Sort members into groups, filter accessors | Ilya Ryzhenkov |
2014-10-14 | Use module.md to get package descriptors, filter sections with names of membe... | Ilya Ryzhenkov |
2014-10-13 | Remove BindingContext and migrate to ResolveSession, discover symbols for {co... | Ilya Ryzhenkov |
2014-10-13 | Fixing formats and started work on inline function body. | Ilya Ryzhenkov |
2014-10-13 | Parse and format inline code, fix strong & emph formatting. | Ilya Ryzhenkov |
2014-10-03 | Unify link resolution for short and full forms, remove ContentNameLink. | Ilya Ryzhenkov |
2014-10-03 | Resolve links in docs. | Ilya Ryzhenkov |
2014-10-03 | Cross-reference links on types, relative locations. | Ilya Ryzhenkov |
2014-10-03 | Language Service now formats to ContentNode instead of String. | Ilya Ryzhenkov |
2014-10-03 | Work on cross-references. | Ilya Ryzhenkov |
2014-09-29 | Extract content model, make doc model independent from descriptors, parse doc... | Ilya Ryzhenkov |
2014-09-25 | Markdown, sections, styles and lots more. | Ilya Ryzhenkov |
2014-09-19 | Review and fixes. | Ilya Ryzhenkov |
2014-09-19 | Convert content to RichString and establish resolution service for links. | Ilya Ryzhenkov |
2014-08-21 | Update to Kotlin API | Ilya Ryzhenkov |
2014-07-16 | Add DocumentationOptions to support non-public API docs (used in tests) | Ilya Ryzhenkov |
2014-07-15 | Filter non-user and non-public api | Ilya Ryzhenkov |
2014-07-14 | Add hasDescription property to skip description blocks when empty. | Ilya Ryzhenkov |
2014-07-14 | Custom name for a module. | Ilya Ryzhenkov |
2014-07-14 | Decompose summary and description for one-liners | Ilya Ryzhenkov |
2014-07-14 | Better type handling with substitution | Ilya Ryzhenkov |
2014-07-14 | Suppress resolve verification while working on markup and generation. | Ilya Ryzhenkov |
2014-07-14 | Migrate to PackageView processing to unify all package fragments into single ... | Ilya Ryzhenkov |
2014-07-14 | Location services, formatting services, initial self-documentation output. | Ilya Ryzhenkov |
2014-07-12 | Support enums in model | Ilya Ryzhenkov |
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 |