aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-15Dokka for Kotlin 1.0Dmitry Jemerov
2016-02-041.0.0-rc-1036Dmitry Jemerov
2016-02-02update for public RCDmitry Jemerov
2016-01-25update Dokka to internal RC: remove usages of kotlin.testDmitry Jemerov
2016-01-04kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to m...Dmitry Jemerov
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-12-02update kotlin-for-upsource.jar to beta 3Dmitry Jemerov
2015-11-16update to Kotlin beta 2Dmitry Jemerov
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-10-29add JANSI library dependencyDmitry Jemerov
2015-10-23Update intellij-core-analysis.jarIlya Ryzhenkov
2015-10-20update Dokka to Kotlin 1.0-betaDmitry Jemerov
2015-10-12update to Kotlin 0.15.439Dmitry Jemerov
2015-10-05update to Kotlin 0.15.137Dmitry Jemerov
2015-10-01update to Kotlin 0.15.46Dmitry Jemerov
2015-09-28update Dokka to M14Dmitry Jemerov
2015-09-15kotlin-for-upsource 0.13.1510; markdown library with ABI 0.25.0Dmitry Jemerov
2015-09-10kotlin-for-upsource 0.13.1291Dmitry Jemerov
2015-09-08kotlin-for-upsource 0.13.1195Dmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ru...Dmitry Jemerov
2015-07-27Upgrade markdown.jarSergey Mashkov
2015-07-22Upgrade to latest kotlinSergey Mashkov
2015-07-13Build and install dokka fatjar to a local repository (to be used by maven)Sergey Mashkov
2015-06-30update intellij-core-analysis as wellDmitry Jemerov
2015-06-30update to latest KotlinDmitry Jemerov
2015-05-28use artifact built on TeamCity rather than locallyDmitry Jemerov
2015-05-27one more missing dependencyDmitry Jemerov
2015-05-27update to M12 compiler API; store dependency jars in VCS instead of depending...Dmitry Jemerov
2015-03-17default objects -> companion objectsDmitry Jemerov
2015-03-11update markdown.jar for new ABI versionDmitry Jemerov
2015-03-10fixed intellij-markdown with support for HTML entitiesDmitry Jemerov
2015-03-10support HTML entitiesDmitry Jemerov
2015-03-05update dokka and intellij-markdown to latest Kotlin changesDmitry Jemerov
2015-02-27use JSoup to convert HTML markup in javadoc to content treeDmitry Jemerov
2015-02-17recompile markdown.jar with kotlin plugin 0.10.950Dmitry Jemerov
2015-01-30Ant task for DokkaDmitry Jemerov
2015-01-30load sections from KDoc PSI, not through Markdown extensionsDmitry Jemerov
2014-12-22Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported.Ilya Ryzhenkov
2014-12-22Update markdown parser.Ilya Ryzhenkov
2014-12-22Document some types in Dokka and fix to make them work.Ilya Ryzhenkov
2014-12-16Update library to support dot-names for sectionsIlya Ryzhenkov
2014-12-15Migrate to non-PsiBuilder fully-featured markdown parser.Ilya Ryzhenkov
2014-07-11Add junit, setup test folders, add test/data/function.kt for initial model bu...Ilya Ryzhenkov