aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-09Correct test, due fix in kotlin-ide-commonSimon Ogorodnik
2017-10-09Drop obsolete librariesSimon Ogorodnik
2017-10-09Update kotlin-compiler to 1.1.51Simon Ogorodnik
2017-10-09Migrate run configurationsSimon Ogorodnik
2017-10-08Update ShadowJar Gradle plugin to 2.0.1Simon Ogorodnik
2017-10-08Replace provided configuration with compileOnlySimon Ogorodnik
2017-10-08Update Gradle Version to 4.2Simon Ogorodnik
2017-10-08Update Dokka versionSimon Ogorodnik
2017-08-31Add JetBrains BadgeSimon Ogorodnik
2017-07-20Add global configuration "includeNonPublic"Jonathan Haas
2017-07-20Make PackageOptions serializableJonathan Haas
2017-07-06Fix link in the last breadcrumbs itemDmitry Neverov
2017-06-26Update README.mdSimon Ogorodnik
2017-06-26Remove empty gradle settingsSimon Ogorodnik
2017-06-26Add deleted cli-parserSimon Ogorodnik
2017-06-26Workaround top-level java class name not match filenameSimon Ogorodnik
2017-06-26Update bundled kotlin compiler to 1.1.3Simon Ogorodnik
2017-06-23Suppress output of android.R and other generated stuff in dokka-androidSimon Ogorodnik
2017-06-22Wrap parameters in paragraphs for HTML formatSimon Ogorodnik
#171 fixed
2017-06-22Revert Fix OOME in integration testsSimon Ogorodnik
This reverts commit bca5db0f6176d5299c7e6e7a658d754171210791
2017-06-21Fix OOME in integration testsSimon Ogorodnik
2017-06-20Merge remote-tracking branch 'origin/master'Simon Ogorodnik
2017-06-20Add android integration test, multi-flavour app testSimon Ogorodnik
2017-06-20Add default documentation link to android reference for dokka-androidSimon Ogorodnik
2017-06-20Prevent early evaluation of kotlinTasks. To work with kotlin-androidSimon Ogorodnik
2017-06-20Add gradle integration testsSimon Ogorodnik
2017-06-20Configure dokka based on Kotlin compile tasksSimon Ogorodnik
2017-06-16Update gradle to 4.0Simon Ogorodnik
2017-06-07Fix slashes in external linking documentationSimon Ogorodnik
2017-06-07Add missing @Optional to cacheRoot parameterSimon Ogorodnik
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
#167 #KT-18213 fixed
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-06-05Add caching of package-list's and fix multiple package-list loadingsSimon Ogorodnik
2017-06-05Prepare for next development iterationSimon Ogorodnik
2017-05-26Fix serialization issues with gradleSimon Ogorodnik
#KT-18114 fixed
2017-05-22Sort package-list outputAlex Waters
If left unsorted, then package list can change each time even though no packages were changed.
2017-05-19README updatedDmitry Jemerov
2017-05-18Support reference-style markdown links in KDocSimon Ogorodnik
#KT-17924 fixed
2017-05-18Fix invalid line breaks in table cells for markdown formatsSimon Ogorodnik
#KT-16234 fixed
2017-05-17Update "Using Dokka" section of readmeSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-15Fix linking to javadoc external static fieldsSimon Ogorodnik
GH-131 fixed
2017-05-15Fix parsing of line breaks inside javadoc commentsSimon Ogorodnik
#141 fixed
2017-05-15Throw exception when unable to collect classpath for android dokkaSimon Ogorodnik
2017-05-15Fix dokka-android plugin with Android Gradle 2.4.0 build toolsAlex Waters
The 2.4.0 build tools delay variant dependency analysis until needed, thus we do the same; delay processing variant configurations until Dokka task execution. Changes also tested on Android Gradle 2.2.0 and 2.3.0.
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
#KT-16485 fixed
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
Introduce PackageListService #KT-16309 fixed
2017-05-11Do not publish private companion object members in public only modeSimon Ogorodnik
#KT-16418 fixed
2017-05-11Set jekyll links extension to .htmlSimon Ogorodnik
GH-92 fixed