Age | Commit message (Expand) | Author |
2015-11-04 | streamline setup code | Dmitry Jemerov |
2015-11-03 | build Kotlin documentation for Java files based on descriptors | Dmitry Jemerov |
2015-10-20 | update Dokka to Kotlin 1.0-beta | Dmitry Jemerov |
2015-10-12 | update to Kotlin 0.15.439 | Dmitry Jemerov |
2015-09-11 | M13 code cleanup | Dmitry Jemerov |
2015-09-08 | somehow make Dokka work with new compiler API | Dmitry Jemerov |
2015-09-07 | work in progress on updating Dokka to latest Kotlin (compiles but does not ru... | Dmitry Jemerov |
2015-06-30 | fix tests | Dmitry Jemerov |
2015-05-27 | allow to explicitly specify the type of root for every input path | Dmitry Jemerov |
2015-05-27 | update to M12 compiler API; store dependency jars in VCS instead of depending... | Dmitry Jemerov |
2015-03-11 | fix warnings about initializers | Dmitry Jemerov |
2015-02-13 | delete some dead code | Dmitry Jemerov |
2015-02-13 | tests use the same implementation of DocumentationModule building logic as pr... | Dmitry Jemerov |
2015-02-06 | use getResolutionScope() from plugin; use simpler way to resolve descriptor i... | Dmitry Jemerov |
2015-02-05 | use code from Kotlin plugin for resolving references in KDoc; delete some dea... | Dmitry Jemerov |
2015-01-30 | load sections from KDoc PSI, not through Markdown extensions | Dmitry Jemerov |
2015-01-12 | Update to the latest Kotlin compiler API | Alexander Udalov |
2014-12-22 | Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. | Ilya Ryzhenkov |
2014-12-22 | Document some types in Dokka and fix to make them work. | Ilya Ryzhenkov |
2014-12-15 | Update to changes in compiler (KDoc is child node of declaration) | Ilya Ryzhenkov |
2014-12-02 | Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory me... | Ilya Ryzhenkov |
2014-10-13 | Remove BindingContext and migrate to ResolveSession, discover symbols for {co... | Ilya Ryzhenkov |
2014-10-13 | Migrate to lazy resolve session | 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-19 | Synchronize to Kotlin compiler API. | Ilya Ryzhenkov |
2014-08-21 | Update to Kotlin API | Ilya Ryzhenkov |
2014-07-16 | Use alternative way to get exhaust. | Ilya Ryzhenkov |
2014-07-15 | Speed up analysis by not processing function bodies. | Ilya Ryzhenkov |
2014-07-14 | Add documentation | Ilya Ryzhenkov |
2014-07-14 | Beautification and documentation. | Ilya Ryzhenkov |
2014-07-14 | Get members scope for packages from PacakgeViews | 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 | Do not fail if source is not found, there are lots of generated items. | Ilya Ryzhenkov |
2014-07-12 | Store descriptors instead of resolution scopes, rename Model -> Module | Ilya Ryzhenkov |
2014-07-12 | Convert string doc to structured DocumentationContent | Ilya Ryzhenkov |
2014-07-12 | Simplify comment trimming. | Ilya Ryzhenkov |
2014-07-12 | Implement resolution scope chaining for all scopes except imported packages. | Ilya Ryzhenkov |
2014-07-12 | Resolve all the referenced node, except owners. | 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 | 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 |