index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Analysis
Age
Commit message (
Expand
)
Author
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