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
2016-11-01
Total build refactoring, prepare for new development iteration
Simon Ogorodnik
2016-04-29
update markdown.jar to a version compiled with Kotlin 1.0.1
Dmitry Jemerov
2016-03-20
Update .idea project files
porokoro
2016-01-25
update Gradle libraries
Dmitry Jemerov
2016-01-12
fix compilation after merge
Dmitry Jemerov
2016-01-04
Gradle libraries updated
Dmitry Jemerov
2015-12-28
update for Kotlin beta 4
Dmitry Jemerov
2015-12-03
configure Ant dependency so that it's visible in IntelliJ
Dmitry Jemerov
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-11-05
update IDE configuration
Dmitry Jemerov
2015-11-05
setup multi-project build; specify version in one place for all Gradle project
Dmitry Jemerov
2015-10-29
Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-j...
Dmitry Jemerov
2015-10-29
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-10-29
add JANSI library dependency
Dmitry Jemerov
2015-08-10
~ configure javadoc module, configure artifact configuration
Sergey Mashkov
2015-07-31
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-07-14
Build fatjar by gradle and use it's output as dependency for maven and gradle...
Sergey Mashkov
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