aboutsummaryrefslogtreecommitdiff
path: root/src/Analysis
AgeCommit message (Expand)Author
2015-11-04streamline setup codeDmitry Jemerov
2015-11-03build Kotlin documentation for Java files based on descriptorsDmitry Jemerov
2015-10-20update Dokka to Kotlin 1.0-betaDmitry Jemerov
2015-10-12update to Kotlin 0.15.439Dmitry Jemerov
2015-09-11M13 code cleanupDmitry Jemerov
2015-09-08somehow make Dokka work with new compiler APIDmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ru...Dmitry Jemerov
2015-06-30fix testsDmitry Jemerov
2015-05-27allow to explicitly specify the type of root for every input pathDmitry Jemerov
2015-05-27update to M12 compiler API; store dependency jars in VCS instead of depending...Dmitry Jemerov
2015-03-11fix warnings about initializersDmitry Jemerov
2015-02-13delete some dead codeDmitry Jemerov
2015-02-13tests use the same implementation of DocumentationModule building logic as pr...Dmitry Jemerov
2015-02-06use getResolutionScope() from plugin; use simpler way to resolve descriptor i...Dmitry Jemerov
2015-02-05use code from Kotlin plugin for resolving references in KDoc; delete some dea...Dmitry Jemerov
2015-01-30load sections from KDoc PSI, not through Markdown extensionsDmitry Jemerov
2015-01-12Update to the latest Kotlin compiler APIAlexander Udalov
2014-12-22Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.Ilya Ryzhenkov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-12-15Update to changes in compiler (KDoc is child node of declaration)Ilya Ryzhenkov
2014-12-02Pass EnvironmentConfigFiles.JVM_CONFIG_FILES to JetCoreEnvironment factory me...Ilya Ryzhenkov
2014-10-13Remove BindingContext and migrate to ResolveSession, discover symbols for {co...Ilya Ryzhenkov
2014-10-13Migrate to lazy resolve sessionIlya Ryzhenkov
2014-10-03Work on cross-references.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse doc...Ilya Ryzhenkov
2014-09-19Synchronize to Kotlin compiler API.Ilya Ryzhenkov
2014-08-21Update to Kotlin APIIlya Ryzhenkov
2014-07-16Use alternative way to get exhaust.Ilya Ryzhenkov
2014-07-15Speed up analysis by not processing function bodies.Ilya Ryzhenkov
2014-07-14Add documentationIlya Ryzhenkov
2014-07-14Beautification and documentation.Ilya Ryzhenkov
2014-07-14Get members scope for packages from PacakgeViewsIlya Ryzhenkov
2014-07-14Migrate to PackageView processing to unify all package fragments into single ...Ilya Ryzhenkov
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov
2014-07-12Do not fail if source is not found, there are lots of generated items.Ilya Ryzhenkov
2014-07-12Store descriptors instead of resolution scopes, rename Model -> ModuleIlya Ryzhenkov
2014-07-12Convert string doc to structured DocumentationContentIlya Ryzhenkov
2014-07-12Simplify comment trimming.Ilya Ryzhenkov
2014-07-12Implement resolution scope chaining for all scopes except imported packages.Ilya Ryzhenkov
2014-07-12Resolve all the referenced node, except owners.Ilya Ryzhenkov
2014-07-12Implement symbol resolution for function body context, class type parameters,...Ilya Ryzhenkov
2014-07-11Create resolution scopes for all entities to resolve names inside doc-comments.Ilya Ryzhenkov
2014-07-11Add tests for comment extraction, support one-line and mutliple joined doc-co...Ilya Ryzhenkov
2014-07-11Complete package migration and move files into folders.Ilya Ryzhenkov