aboutsummaryrefslogtreecommitdiff
path: root/.idea
AgeCommit message (Collapse)Author
2014-10-14Use module.md to get package descriptors, filter sections with names of ↵Ilya Ryzhenkov
members, fix markdown for kotlin website, propagate content from parent to child with the name of section.
2014-10-13Fixing formats and started work on inline function body.Ilya Ryzhenkov
2014-10-13Include builtinsIlya Ryzhenkov
2014-10-13Fix generation, add memory.Ilya Ryzhenkov
2014-10-03Work on cross-references.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse ↵Ilya Ryzhenkov
doccomments with custom parser, some tests failing due to hanging new lines.
2014-09-25Make test run configuration a singleton.Ilya Ryzhenkov
2014-07-16Add DocumentationOptions to support non-public API docs (used in tests)Ilya Ryzhenkov
2014-07-14Use ../dokka-doc/ clone of gh-pages branch as output.Ilya Ryzhenkov
2014-07-14Share run configurationsIlya Ryzhenkov
2014-07-14Downgrade to JVM 1.6 because some URI functions are not available in 1.6Ilya Ryzhenkov
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-11Primitive API for analysing JetFile in BindingContext.Ilya Ryzhenkov
2014-07-11Add junit, setup test folders, add test/data/function.kt for initial model ↵Ilya Ryzhenkov
building without dependencies.
2014-07-11Initial commit, setup compiler-as-a-service to analyse files.Ilya Ryzhenkov