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
Age
Commit message (
Collapse
)
Author
2014-07-12
Do not reused UpperBound, use explicit Type instead.
Ilya Ryzhenkov
2014-07-12
Simplify comment trimming.
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-12
Cleanup and naming.
Ilya Ryzhenkov
2014-07-12
Resolve all the referenced node, except owners.
Ilya Ryzhenkov
2014-07-12
Do not resolve during model building, instead save scopes and do it later.
Ilya Ryzhenkov
2014-07-12
Add Trait kind and handle it
Ilya Ryzhenkov
2014-07-12
Add Owner references, cleanup
Ilya Ryzhenkov
2014-07-12
Implement symbol resolution for function body context, class type ↵
Ilya Ryzhenkov
parameters, add code that checks that all details are resolved.
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 ↵
Ilya Ryzhenkov
doc-comments. Start primitive ConsoleGenerator to dump model.
2014-07-11
Rename Documentation folder to Model
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
Process properties in classes without accessors
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
Add tests for packages, implement simple comment text extraction, build ↵
Ilya Ryzhenkov
model for functions and parameters.
2014-07-11
Build model using recursive visitor, include packages in model, add test for ↵
Ilya Ryzhenkov
function with parameters, unify model and node.
2014-07-11
Building model from nodes with references.
Ilya Ryzhenkov
2014-07-11
Bootstrapped TDD, first test red then green.
Ilya Ryzhenkov
2014-07-11
Setup test framework and empty DocumentationModel to kickstart test development.
Ilya Ryzhenkov
2014-07-11
Add primitive KDoc extraction by descriptor.
Ilya Ryzhenkov
2014-07-11
Improving API, setting up playground, preparing for processing data.
Ilya Ryzhenkov
2014-07-11
Primitive API for analysing JetFile in BindingContext.
Ilya Ryzhenkov
2014-07-11
Initial commit, setup compiler-as-a-service to analyse files.
Ilya Ryzhenkov
[prev]