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
/
dokka.iml
Age
Commit message (
Expand
)
Author
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-11-16
restore library dependencies
Dmitry Jemerov
2015-11-06
restore accidentally lost source roots in .iml
Dmitry Jemerov
2015-11-05
update IDE configuration
Dmitry Jemerov
2015-11-05
add tests; fixes related to qualified names of types
Dmitry Jemerov
2015-11-03
reduce the number of Kotlinisms in documentation model generated from Java code
Dmitry Jemerov
2015-10-29
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-10-29
exclude "doc" directory from indexing
Dmitry Jemerov
2015-10-29
add JANSI library dependency
Dmitry Jemerov
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-19
missed library dependency
Dmitry Jemerov
2015-02-27
use JSoup to convert HTML markup in javadoc to content tree
Dmitry Jemerov
2014-12-16
Process short links.
Ilya Ryzhenkov
2014-12-15
Migrate to non-PsiBuilder fully-featured markdown parser.
Ilya Ryzhenkov
2014-10-14
Move manifest.
Ilya Ryzhenkov
2014-09-25
Markdown, sections, styles and lots more.
Ilya Ryzhenkov
2014-07-11
Complete package migration and move files into folders.
Ilya Ryzhenkov
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 bu...
Ilya Ryzhenkov
2014-07-11
Initial commit, setup compiler-as-a-service to analyse files.
Ilya Ryzhenkov