aboutsummaryrefslogtreecommitdiff
path: root/.idea
AgeCommit message (Expand)Author
2015-10-29shared run configuration: nodeprecated, fix reflection pathDmitry Jemerov
2015-10-29add JANSI library dependencyDmitry Jemerov
2015-10-29update main class name in shared run configurationsDmitry Jemerov
2015-09-21fix rendering of extension function typesDmitry Jemerov
2015-09-09render annotations with @; render only @MustBeDocumented annotations; render ...Dmitry Jemerov
2015-09-07work in progress on updating Dokka to latest Kotlin (compiles but does not ru...Dmitry Jemerov
2015-07-15remove duplicate VCS mappingDmitry Jemerov
2015-07-14Build fatjar by gradle and use it's output as dependency for maven and gradle...Sergey Mashkov
2015-07-13Don't require JDK 1.8Sergey Mashkov
2015-07-13Add Mojo and TaskAction annotations to the list of annotations prohibits unus...Sergey Mashkov
2015-07-13Gradle initial plugin implementationSergey Mashkov
2015-07-13Add JANSI library as it is required sometimesSergey Mashkov
2015-07-13Maven plugin initial implementationSergey Mashkov
2015-05-28change output path for artifactDmitry Jemerov
2015-05-28rename build.xml to build-docs.xml; add artifact for dokka.zipDmitry 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-18remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix...Dmitry Jemerov
2015-02-27use JSoup to convert HTML markup in javadoc to content treeDmitry Jemerov
2015-02-26fix stdlib run configurationDmitry Jemerov
2015-02-12add kotlin.reflect to shared run configurationDmitry Jemerov
2015-02-09add path variable for Kotlin pluginDmitry Jemerov
2015-02-05use code from Kotlin plugin for resolving references in KDoc; delete some dea...Dmitry Jemerov
2015-01-30Ant task for DokkaDmitry Jemerov
2014-12-29add -format argumentDmitry Jemerov
2014-12-16Update library to support dot-names for sectionsIlya Ryzhenkov
2014-12-15Migrate to non-PsiBuilder fully-featured markdown parser.Ilya Ryzhenkov
2014-10-14Manifest.Ilya Ryzhenkov
2014-10-14Artifcats.Ilya Ryzhenkov
2014-10-14Use module.md to get package descriptors, filter sections with names of membe...Ilya Ryzhenkov
2014-10-13Fixing formats and started work on inline function body.Ilya Ryzhenkov
2014-10-13Include builtinsIlya Ryzhenkov
2014-10-13Fix generation, add memory.Ilya Ryzhenkov
2014-10-03Work on cross-references.Ilya Ryzhenkov
2014-09-29Extract content model, make doc model independent from descriptors, parse doc...Ilya Ryzhenkov
2014-09-25Make test run configuration a singleton.Ilya Ryzhenkov
2014-07-16Add DocumentationOptions to support non-public API docs (used in tests)Ilya Ryzhenkov
2014-07-14Use ../dokka-doc/ clone of gh-pages branch as output.Ilya Ryzhenkov
2014-07-14Share run configurationsIlya Ryzhenkov
2014-07-14Downgrade to JVM 1.6 because some URI functions are not available in 1.6Ilya Ryzhenkov
2014-07-11Build model using recursive visitor, include packages in model, add test for ...Ilya Ryzhenkov
2014-07-11Primitive API for analysing JetFile in BindingContext.Ilya Ryzhenkov
2014-07-11Add junit, setup test folders, add test/data/function.kt for initial model bu...Ilya Ryzhenkov
2014-07-11Initial commit, setup compiler-as-a-service to analyse files.Ilya Ryzhenkov