aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-04cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵Dmitry Jemerov
RefKind
2016-01-04kotlin-for-upsource 1.0-beta-5179; update the FQ name of annotation used to ↵Dmitry Jemerov
mark extension function types
2016-01-04Gradle libraries updatedDmitry Jemerov
2016-01-04cleanup: remove redundant 'public' modifiersDmitry Jemerov
2016-01-04Merge pull request #43 from ingokegel/masterDmitry Jemerov
Embedded underscores and stars were removed in the output
2016-01-04Embedded underscores in words like word_with_underscores or single embedded ↵Ingo Kegel
stars like embedded*star were removed in the output.
2016-01-04Merge pull request #40 from ingokegel/masterDmitry Jemerov
Allow multiple dokka tasks for one project, up-to-date check
2016-01-03dokka gradle tasks now know when they are up-to-date.ingo
2016-01-03Allow multiple dokka tasks for one project.ingo
For example, if multiple formats should be generated, adding more tasks like task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) { outputFormat = 'javadoc' outputDirectory = "$buildDir/javadoc" } is now possible.
2015-12-28separate Gradle task to prepare Maven plugin uploadDmitry Jemerov
2015-12-28update for Kotlin beta 4Dmitry Jemerov
2015-12-040.9.3Dmitry Jemerov
2015-12-03overload group formatting fixesDmitry Jemerov
2015-12-03fix "all tests" configurationDmitry Jemerov
2015-12-03fix module name in shared run configurationsDmitry Jemerov
2015-12-03allow each format service to provide its own support filesDmitry Jemerov
2015-12-03configure Ant dependency so that it's visible in IntelliJDmitry Jemerov
2015-12-03remove references to Ant from READMEDmitry Jemerov
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-12-03Merge pull request #38 from mikehearn/style-cssDmitry Jemerov
Enable browsing of the output HTML with CSS
2015-12-02a ScriptDescriptor is a ClassDescriptor nowDmitry Jemerov
2015-12-02update kotlin-for-upsource.jar to beta 3Dmitry Jemerov
2015-11-23Copy style.css to the output directory when doing HTML and use relative paths.Mike Hearn
Fixes the code so that the relative path to root is always available, breaking the requirement to use a local web server.
2015-11-23Use Java 8 Path API to relativize paths instead of rolling a custom version.Mike Hearn
Fixes various IOExceptions thrown during generation.
2015-11-17fix link extensions in kotlin-website formatDmitry Jemerov
2015-11-16advance versionsDmitry Jemerov
2015-11-16update to Kotlin beta 2Dmitry Jemerov
2015-11-16restore library dependenciesDmitry Jemerov
2015-11-12Merge pull request #35 from Kotlin/badgesDmitry Jemerov
Add build status and latest version bades
2015-11-12Add build status and latest version badesSergey Mashkov
2015-11-10add example project linksDmitry Jemerov
2015-11-10typoDmitry Jemerov
2015-11-10README updated againDmitry Jemerov
2015-11-10README updatedDmitry Jemerov
2015-11-10fix path for renaming file after proguardDmitry Jemerov
2015-11-10use correct GString syntaxDmitry Jemerov
2015-11-10include dokka-ant.jar in dokka fatjar; advance version to 0.9.1Dmitry Jemerov
2015-11-09update org to kotlin; working upload script for Maven pluginDmitry Jemerov
2015-11-06restore accidentally lost source roots in .imlDmitry Jemerov
2015-11-05bintray upload work in progressDmitry Jemerov
2015-11-05add task to put Kotlin and Dokka versions into the pom.xml of the Maven pluginDmitry Jemerov
2015-11-05prepare pom.xml for editing by updatePom taskDmitry Jemerov
2015-11-05push empty build.gradle to make TeamCity happyDmitry Jemerov
2015-11-05update IDE configurationDmitry Jemerov
2015-11-05setup multi-project build; specify version in one place for all Gradle projectDmitry Jemerov
2015-11-05add tools.jar to run classpath for testsDmitry Jemerov
2015-11-05add javadoc module tests to ant buildDmitry Jemerov
2015-11-05add tests; fixes related to qualified names of typesDmitry Jemerov
2015-11-05get rid of duplicate implementations of calculating DocumentationNode ↵Dmitry Jemerov
qualified name
2015-11-05include tools.jar in compilation classpathDmitry Jemerov