aboutsummaryrefslogtreecommitdiff
path: root/src/DocumentationModel.kt
AgeCommit message (Collapse)Author
2014-07-11Complete package migration and move files into folders.Ilya Ryzhenkov
2014-07-11Move everything to org.jetbrains.dokka package.Ilya Ryzhenkov
2014-07-11Add support for objects.Ilya Ryzhenkov
2014-07-11Process properties in classes without accessorsIlya Ryzhenkov
2014-07-11Add tests for packages, implement simple comment text extraction, build ↵Ilya Ryzhenkov
model for functions and parameters.
2014-07-11Build model using recursive visitor, include packages in model, add test for ↵Ilya Ryzhenkov
function with parameters, unify model and node.
2014-07-11Building model from nodes with references.Ilya Ryzhenkov
2014-07-11Bootstrapped TDD, first test red then green.Ilya Ryzhenkov
2014-07-11Setup test framework and empty DocumentationModel to kickstart test development.Ilya Ryzhenkov