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
/
test
/
src
/
TestAPI.kt
Age
Commit message (
Expand
)
Author
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for {co...
Ilya Ryzhenkov
2014-10-13
Fix generation, add memory.
Ilya Ryzhenkov
2014-10-12
Convert visitors to top-down builder
Ilya Ryzhenkov
2014-09-29
Extract content model, make doc model independent from descriptors, parse doc...
Ilya Ryzhenkov
2014-07-16
Add DocumentationOptions to support non-public API docs (used in tests)
Ilya Ryzhenkov
2014-07-14
Classpath support and custom module name from commandline
Ilya Ryzhenkov
2014-07-14
Migrate to PackageView processing to unify all package fragments into single ...
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-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
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
Rename verifyFiles to verifyModel
Ilya Ryzhenkov
2014-07-11
Setup test framework and empty DocumentationModel to kickstart test development.
Ilya Ryzhenkov