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
/
model
/
FunctionTest.kt
Age
Commit message (
Collapse
)
Author
2014-07-12
Process Modality (final, open, abstract) and Visibility (public, protected, ↵
Ilya Ryzhenkov
internal, private)
2014-07-12
Add signature generator classes, refactor classes into files and nested enums.
Ilya Ryzhenkov
2014-07-12
Add test for multiple files generating multiple package nodes, rename ↵
Ilya Ryzhenkov
nodes->members in Module
2014-07-12
Convert string doc to structured DocumentationContent
Ilya Ryzhenkov
2014-07-12
Fix tests after adding type/upperbound information to model.
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
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
Migrate tests to org.jetbrains.dokka
Ilya Ryzhenkov