Age | Commit message (Expand) | Author |
2015-02-16 | exclude private members | Dmitry Jemerov |
2015-02-13 | extract source links to non-Kotlin-specific part | Dmitry Jemerov |
2015-02-13 | initial implementation of JavaDocumentationBuilder | Dmitry Jemerov |
2015-02-13 | tests use the same implementation of DocumentationModule building logic as pr... | Dmitry Jemerov |
2015-01-30 | cleanup after rebase | Dmitry Jemerov |
2015-01-30 | Ant task for Dokka | Dmitry Jemerov |
2015-01-30 | load sections from KDoc PSI, not through Markdown extensions | Dmitry Jemerov |
2015-01-22 | delete TextFormatService as it's too limited to be of any use | Dmitry Jemerov |
2015-01-16 | refactor outline generation; generate HTML outline | Dmitry Jemerov |
2015-01-14 | use .split(); fix TestAPI compilation | Dmitry Jemerov |
2015-01-14 | generate source links in the documentation | Dmitry Jemerov |
2015-01-12 | Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet | Dmitry Jemerov |
2015-01-12 | Update to the latest Kotlin compiler API | Alexander Udalov |
2015-01-09 | call appendFragments() method instead of duplicating its code | Dmitry Jemerov |
2014-12-29 | cleanup | Dmitry Jemerov |
2014-12-29 | add command line argument for specifying output format | Dmitry Jemerov |
2014-12-15 | Migrate to non-PsiBuilder fully-featured markdown parser. | Ilya Ryzhenkov |
2014-10-15 | Ignore non-existing include file. | Ilya Ryzhenkov |
2014-10-14 | Use module.md to get package descriptors, filter sections with names of membe... | Ilya Ryzhenkov |
2014-10-13 | Switch back to KotlinWebSiteFormatter | 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 | Fix generation, add memory. | Ilya Ryzhenkov |
2014-10-12 | Cleanup | Ilya Ryzhenkov |
2014-10-12 | Convert visitors to top-down builder | Ilya Ryzhenkov |
2014-10-10 | Change formatter to KotlinWebsiteFormatService | kisenka |
2014-10-03 | Fix visibility filtering. | Ilya Ryzhenkov |
2014-10-03 | Cross-reference links on types, relative locations. | Ilya Ryzhenkov |
2014-10-03 | Work on cross-references. | Ilya Ryzhenkov |
2014-09-25 | Markdown, sections, styles and lots more. | Ilya Ryzhenkov |
2014-07-16 | Add DocumentationOptions to support non-public API docs (used in tests) | Ilya Ryzhenkov |
2014-07-15 | Progress logging | Ilya Ryzhenkov |
2014-07-15 | Cleaning, generalizing, added outline support (hardcoded yml for now) | Ilya Ryzhenkov |
2014-07-15 | Refactor formatting service to detach grouping logic from markup | Ilya Ryzhenkov |
2014-07-14 | Add jekyll format service | Ilya Ryzhenkov |
2014-07-14 | Classpath support and custom module name from commandline | Ilya Ryzhenkov |
2014-07-14 | Include JDK symbols. | 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 | Process Modality (final, open, abstract) and Visibility (public, protected, i... | Ilya Ryzhenkov |
2014-07-12 | Add JavaSignatureGenerator (no properties or ojects yet) | Ilya Ryzhenkov |
2014-07-12 | Add signature generator classes, refactor classes into files and nested enums. | Ilya Ryzhenkov |
2014-07-12 | Store descriptors instead of resolution scopes, rename Model -> Module | Ilya Ryzhenkov |
2014-07-12 | Fix tests after adding type/upperbound information to model. | Ilya Ryzhenkov |
2014-07-12 | Implement resolution scope chaining for all scopes except imported packages. | Ilya Ryzhenkov |
2014-07-11 | Create resolution scopes for all entities to resolve names inside doc-comments. | 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 | Complete package migration and move files into folders. | Ilya Ryzhenkov |
2014-07-11 | Move everything to org.jetbrains.dokka package. | Ilya Ryzhenkov |