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
/
playground.kt
Age
Commit message (
Collapse
)
Author
2014-07-14
Beautification and documentation.
Ilya Ryzhenkov
2014-07-12
Support enums in model
Ilya Ryzhenkov
2014-07-12
Add modifiers to signature generation
Ilya Ryzhenkov
2014-07-12
Process Modality (final, open, abstract) and Visibility (public, protected, ↵
Ilya Ryzhenkov
internal, private)
2014-07-12
Implement KotlinSignatureGenerator to render nodes back into text in Kotlin ↵
Ilya Ryzhenkov
syntax.
2014-07-12
Add test for multiple files generating multiple package nodes, rename ↵
Ilya Ryzhenkov
nodes->members in Module
2014-07-12
Implement resolution scope chaining for all scopes except imported packages.
Ilya Ryzhenkov
2014-07-12
Add Owner references, cleanup
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
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