- 76e4d3c parse included Markdown files to retrieve documentation for modules and packages by Dmitry Jemerov · 10 years ago
- 2e0d47c fix deprecated lambda syntax by Dmitry Jemerov · 10 years ago
- c7916f7 default objects -> companion objects by Dmitry Jemerov · 10 years ago
- f2b177e show source locations for warnings by Dmitry Jemerov · 10 years ago
- 8d3999e class object -> default object by Dmitry Jemerov · 10 years ago
- 2e6eda9 support HTML entities by Dmitry Jemerov · 10 years ago
- 6659337 support ordered lists by Dmitry Jemerov · 10 years ago
- f462317 for functions that can be called as operators, show operator being implemented by Dmitry Jemerov · 10 years ago
- cad221f represent nullability in doc model instead of appending ? to type name by Dmitry Jemerov · 10 years ago
- 4494fd0 allow applying different styles to different kinds of identifiers by Dmitry Jemerov · 10 years ago
- 44cef5c syntax highlight code examples by Dmitry Jemerov · 10 years ago
- 4f59034 separate sections for extension properties and extension functions by Dmitry Jemerov · 10 years ago
- 146764a stop generating separate pages for property accessors by Dmitry Jemerov · 10 years ago
- 722c9af use non-breaking spaces when generating signatures by Dmitry Jemerov · 10 years ago
- 184a24c resolve references through single map from signature to DocumentationNode (enables cross-language references) by Dmitry Jemerov · 10 years ago
- 6620764 pending references logic moved from DocumentationBuilder to model by Dmitry Jemerov · 10 years ago
- bfe53b9 resolve content links to declaration descriptors immediately during markdown to content tree conversion; remove separate phase for resolving links in content by Dmitry Jemerov · 10 years ago
- 85a3ae7 support in-page anchors in locations by Dmitry Jemerov · 10 years ago
- 2822a3e updated according to language change: class object -> default object by Dmitry Jemerov · 10 years ago
- 76e0db0 API to create simple text nodes more easily by Dmitry Jemerov · 10 years ago
- c11ae71 convert doc tags to sections by Dmitry Jemerov · 10 years ago
- 2527b96 extract source links to non-Kotlin-specific part by Dmitry Jemerov · 10 years ago
- 4a018fa allow multiple builders to provide package nodes; move some kotlin-independent logic to DocumentationNode by Dmitry Jemerov · 10 years ago
- c5e98b1 fix links to supertypes by Dmitry Jemerov · 10 years ago
- a187baa consider ContentNodeLink nodes to be equal if they point to nodes with the same name (so that links to parameters with the same name in different overloads would still allow grouping) by Dmitry Jemerov · 10 years ago
- e1a3884 more sane handling of overloads: don't duplicate signatures, show all documentation of a group of overloads with exactly the same documentation together by Dmitry Jemerov · 10 years ago
- 0d0fc1f distinguish ContentBlock (a ContentNode that has children) from leaf nodes by Dmitry Jemerov · 10 years ago
- 25592f5 correctly render @see links by Dmitry Jemerov · 10 years ago
- 0fac1d9 code review by Dmitry Jemerov · 10 years ago
- bfd9ffd load sections from KDoc PSI, not through Markdown extensions by Dmitry Jemerov · 10 years ago
- 6146fa8 generate source links in the documentation by Dmitry Jemerov · 10 years ago
- 0dd5ea3 link overriding functions to the corresponding base class functions by Dmitry Jemerov · 10 years ago
- e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
- 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages by Dmitry Jemerov · 10 years ago
- 69dd298 support and render annotation parameters by Dmitry Jemerov · 10 years ago
- 716483c render annotation classes correctly by Dmitry Jemerov · 10 years ago
- ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
- cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
- 1839949 Document some types in Dokka and fix to make them work. by Ilya Ryzhenkov · 10 years ago
- 4907736 Sort members into groups, filter accessors by Ilya Ryzhenkov · 10 years ago
- 280dc29 Use module.md to get package descriptors, filter sections with names of members, fix markdown for kotlin website, propagate content from parent to child with the name of section. by Ilya Ryzhenkov · 10 years ago
- 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
- ad14ea9 Fixing formats and started work on inline function body. by Ilya Ryzhenkov · 10 years ago
- 9f0ff55 Parse and format inline code, fix strong & emph formatting. by Ilya Ryzhenkov · 10 years ago
- 10068c5 Unify link resolution for short and full forms, remove ContentNameLink. by Ilya Ryzhenkov · 10 years ago
- 71cd87e Resolve links in docs. by Ilya Ryzhenkov · 10 years ago
- d6fd045 Cross-reference links on types, relative locations. by Ilya Ryzhenkov · 10 years ago
- 7c6da4b Language Service now formats to ContentNode instead of String. by Ilya Ryzhenkov · 10 years ago
- a52e1d5 Work on cross-references. by Ilya Ryzhenkov · 10 years ago
- 778e2b3 Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
- f7bab78 Markdown, sections, styles and lots more. by Ilya Ryzhenkov · 10 years ago
- 3f45f3a Review and fixes. by Ilya Ryzhenkov · 10 years ago
- 455d74a Convert content to RichString and establish resolution service for links. by Ilya Ryzhenkov · 10 years ago
- c86f6f5 Update to Kotlin API by Ilya Ryzhenkov · 11 years ago
- d25b896 Add DocumentationOptions to support non-public API docs (used in tests) by Ilya Ryzhenkov · 11 years ago
- 50ec329 Filter non-user and non-public api by Ilya Ryzhenkov · 11 years ago
- 745e407 Add hasDescription property to skip description blocks when empty. by Ilya Ryzhenkov · 11 years ago
- 94b3ed6 Custom name for a module. 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
- f97d9cc Suppress resolve verification while working on markup and generation. 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
- 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
- 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
- b43d53e Do not reused UpperBound, use explicit Type instead. 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