aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Kotlin
AgeCommit message (Expand)Author
2018-07-13[backport] Make KotlinLanguageService render parametersSimon Ogorodnik
2018-05-18Enable suppression of generated files for Android plugin 3.2.0-alphaSimon Ogorodnik
2018-05-16Fix external links to packages with uppercase letters in dokka modeSimon Ogorodnik
2018-05-16Fix link resolution context for inherited docsSimon Ogorodnik
2018-05-07Fix ClassCastException when generating JavaDocHÃ¥vard Kindem
2018-03-23Fix external references to Java enum entriesSimon Ogorodnik
2018-02-21Update bundled kotlin compilerSimon Ogorodnik
2017-12-19Fix crash in as Java mode, just show ugly warningSimon Ogorodnik
2017-11-27Add language version argumentsSimon Ogorodnik
2017-11-24Set readTimeout in ExternalDocumentationLinkResolverSimon Ogorodnik
2017-11-23Cleanup GH-222 a bitSimon Ogorodnik
2017-11-22Add new "suppress" per-package option.Chris Rankin
2017-11-22Use / for receiver parameter signatureSimon Ogorodnik
2017-11-21Fix suppressing of companion when it implements some interfaceSimon Ogorodnik
2017-11-21Auto-expand type-aliases excluded from documentationSimon Ogorodnik
2017-11-21Do not suppress Companions when it's extends/implements somethingSimon Ogorodnik
2017-11-21Fix find node by signature when referencing type parameterSimon Ogorodnik
2017-11-21Fix find node by signature when linking to extension with Type ParamSimon Ogorodnik
2017-11-21More info in can't find node by signatureSimon Ogorodnik
2017-11-20Support receiver referenceSimon Ogorodnik
2017-11-07Fix problem with Java descriptorsSimon Ogorodnik
2017-11-05Fix Can't find node by signature in asJava modeSimon Ogorodnik
2017-11-02#228: Correctly render multiline indented code blocksSimon Ogorodnik
2017-11-02Correctly handle redirects in ExternalDocumentationLinkResolverSimon Ogorodnik
2017-10-09Update kotlin-compiler to 1.1.51Simon Ogorodnik
2017-06-23Suppress output of android.R and other generated stuff in dokka-androidSimon Ogorodnik
2017-06-07Fix StringOutOfBoundsException in link mappingSimon Ogorodnik
2017-06-07Make package-list caching optionalSimon Ogorodnik
2017-06-05Add caching of package-list's and fix multiple package-list loadingsSimon Ogorodnik
2017-05-18Support reference-style markdown links in KDocSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon Ogorodnik
2017-05-15Fix linking to javadoc external static fieldsSimon Ogorodnik
2017-05-11Resolve links in package docs in whole moduleSimon Ogorodnik
2017-05-11Add external documentation links argument to gradle, maven, antSimon Ogorodnik
2017-05-11Support linking of external documentationSimon Ogorodnik
2017-05-11Do not publish private companion object members in public only modeSimon Ogorodnik
2017-05-04Add bunch of new parameters to runnersSimon Ogorodnik
2017-05-04Fix Markdown list spacing, ordering, and erroneous new linesAlex Waters
2017-05-02Refactoring internal communication for gradleSimon Ogorodnik
2017-05-02Fix missing whitespace around links and tokens in Markdown formatted textAlex Waters
2017-03-29Per package optionsSimon Ogorodnik
2017-03-20Merge branch '0.9.14/KT-15497'Simon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-02-27Render functional type in parenthesis when it in receiver positionSimon Ogorodnik
2017-02-27data-platform attribute for index rows in kotlin-website formatSimon Ogorodnik
2017-02-24Merge remote-tracking branch 'origin/0.9.14/BlankLines'Dmitry Jemerov
2017-02-24Don't show member extensions defined in other classes in the list of members ...Dmitry Jemerov
2017-02-24Support 'dynamic' typeDmitry Jemerov
2017-02-24Option to skip declarations in root package from generated documentation (the...Dmitry Jemerov
2017-02-24Process all declarations with the same primary platform in a single pass; all...Dmitry Jemerov