Age | Commit message (Expand) | Author |
2014-12-29 | don't generate "Description" header if nothing is going to follow it | Dmitry Jemerov |
2014-12-22 | Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. | Ilya Ryzhenkov |
2014-12-22 | Remove one line sections tests. | Ilya Ryzhenkov |
2014-12-16 | Process short links. | Ilya Ryzhenkov |
2014-12-15 | Migrate to non-PsiBuilder fully-featured markdown parser. | 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 | Parse directives in the form of {directive params}. Parse colons in text. | Ilya Ryzhenkov |
2014-10-13 | Fix generation, add memory. | Ilya Ryzhenkov |
2014-10-12 | Convert visitors to top-down builder | Ilya Ryzhenkov |
2014-10-03 | Resolve links in docs. | Ilya Ryzhenkov |
2014-10-03 | Cross-reference links on types, relative locations. | Ilya Ryzhenkov |
2014-09-29 | Extract content model, make doc model independent from descriptors, parse doc... | Ilya Ryzhenkov |
2014-09-26 | Continue markdown processing | Ilya Ryzhenkov |
2014-09-25 | Add generated parser, lexer and some tests. | Ilya Ryzhenkov |
2014-09-25 | Markdown, sections, styles and lots more. | Ilya Ryzhenkov |
2014-09-19 | Update tests to work with RichString. | Ilya Ryzhenkov |
2014-07-16 | Add DocumentationOptions to support non-public API docs (used in tests) | Ilya Ryzhenkov |
2014-07-16 | Add ignored test for mixed Java + Kotlin | Ilya Ryzhenkov |
2014-07-14 | Fix tests | Ilya Ryzhenkov |
2014-07-14 | Classpath support and custom module name from commandline | Ilya Ryzhenkov |
2014-07-14 | Migrate to PackageView processing to unify all package fragments into single ... | Ilya Ryzhenkov |
2014-07-12 | Process Modality (final, open, abstract) and Visibility (public, protected, i... | 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 | Fix tests after adding type/upperbound information to model. | 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 | Migrate tests to org.jetbrains.dokka | Ilya Ryzhenkov |
2014-07-11 | Complete package migration and move files into folders. | Ilya Ryzhenkov |
2014-07-11 | Move everything to org.jetbrains.dokka package. | Ilya Ryzhenkov |
2014-07-11 | Add support for objects. | Ilya Ryzhenkov |
2014-07-11 | Add top level property tests. | Ilya Ryzhenkov |
2014-07-11 | Process properties in classes without accessors | Ilya Ryzhenkov |
2014-07-11 | Use more structural approach to testing using with(node) { ... } | Ilya Ryzhenkov |
2014-07-11 | Update test to relevant data and fix retrieval of real (not synthetic) members. | Ilya Ryzhenkov |
2014-07-11 | Add processing of classes into model. | Ilya Ryzhenkov |
2014-07-11 | Rename verifyFiles to verifyModel | Ilya Ryzhenkov |
2014-07-11 | Add tests for packages, implement simple comment text extraction, build model... | Ilya Ryzhenkov |
2014-07-11 | Build model using recursive visitor, include packages in model, add test for ... | Ilya Ryzhenkov |