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
/
.idea
Age
Commit message (
Collapse
)
Author
2014-10-03
Work on cross-references.
Ilya Ryzhenkov
2014-09-29
Extract 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-25
Make test run configuration a singleton.
Ilya Ryzhenkov
2014-07-16
Add DocumentationOptions to support non-public API docs (used in tests)
Ilya Ryzhenkov
2014-07-14
Use ../dokka-doc/ clone of gh-pages branch as output.
Ilya Ryzhenkov
2014-07-14
Share run configurations
Ilya Ryzhenkov
2014-07-14
Downgrade to JVM 1.6 because some URI functions are not available in 1.6
Ilya Ryzhenkov
2014-07-11
Build model using recursive visitor, include packages in model, add test for ↵
Ilya Ryzhenkov
function with parameters, unify model and node.
2014-07-11
Primitive API for analysing JetFile in BindingContext.
Ilya Ryzhenkov
2014-07-11
Add junit, setup test folders, add test/data/function.kt for initial model ↵
Ilya Ryzhenkov
building without dependencies.
2014-07-11
Initial commit, setup compiler-as-a-service to analyse files.
Ilya Ryzhenkov