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
/
libraries
Age
Commit message (
Expand
)
Author
2015-07-13
Gradle initial plugin implementation
Sergey Mashkov
2015-07-13
Add JANSI library as it is required sometimes
Sergey Mashkov
2015-07-13
Maven plugin initial implementation
Sergey Mashkov
2015-05-27
one more missing dependency
Dmitry Jemerov
2015-05-27
update to M12 compiler API; store dependency jars in VCS instead of depending...
Dmitry Jemerov
2015-03-18
remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix...
Dmitry Jemerov
2015-02-27
use JSoup to convert HTML markup in javadoc to content tree
Dmitry Jemerov
2015-02-09
add path variable for Kotlin plugin
Dmitry Jemerov
2015-02-05
use code from Kotlin plugin for resolving references in KDoc; delete some dea...
Dmitry Jemerov
2015-01-30
Ant task for Dokka
Dmitry Jemerov
2014-12-16
Update library to support dot-names for sections
Ilya Ryzhenkov
2014-12-15
Migrate to non-PsiBuilder fully-featured markdown parser.
Ilya Ryzhenkov
2014-10-03
Work on cross-references.
Ilya Ryzhenkov
2014-07-11
Build model using recursive visitor, include packages in model, add test for ...
Ilya Ryzhenkov
2014-07-11
Add junit, setup test folders, add test/data/function.kt for initial model bu...
Ilya Ryzhenkov
2014-07-11
Initial commit, setup compiler-as-a-service to analyse files.
Ilya Ryzhenkov