Age | Commit message (Expand) | Author |
2015-02-17 | updated according to language change: class object -> default object | Dmitry Jemerov |
2015-02-16 | API to create simple text nodes more easily | Dmitry Jemerov |
2015-02-16 | convert doc tags to sections | Dmitry Jemerov |
2015-02-13 | extract source links to non-Kotlin-specific part | Dmitry Jemerov |
2015-02-13 | allow multiple builders to provide package nodes; move some kotlin-independen... | Dmitry Jemerov |
2015-02-10 | fix links to supertypes | Dmitry Jemerov |
2015-02-10 | consider ContentNodeLink nodes to be equal if they point to nodes with the sa... | Dmitry Jemerov |
2015-02-10 | more sane handling of overloads: don't duplicate signatures, show all documen... | Dmitry Jemerov |
2015-02-10 | distinguish ContentBlock (a ContentNode that has children) from leaf nodes | Dmitry Jemerov |
2015-02-09 | correctly render @see links | Dmitry Jemerov |
2015-01-30 | code review | Dmitry Jemerov |
2015-01-30 | load sections from KDoc PSI, not through Markdown extensions | Dmitry Jemerov |
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 |