aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Kotlin/DocumentationBuilder.kt
AgeCommit message (Expand)Author
2019-02-19Cleanup httpSimon Ogorodnik
2018-12-14Modifiers sorted in wrong order #389Krystian Ujma
2018-11-23Fix constant values for JavaSimon Ogorodnik
2018-07-14Fix default param.Douglas Sigelbaum
2018-07-14[backport] Introduce option to enable/disable jdk linkingSimon Ogorodnik
2018-07-14Fix nullability detectionSimon Ogorodnik
2018-07-14KT-24270: Render platform-types with bangSimon Ogorodnik
2018-07-14[backport] Sort by lowercase name everywhere.Douglas Sigelbaum
2018-07-14KT-24109: Fix generation of superclass sequenceSimon Ogorodnik
2018-07-14Fix checking belonging to public APISimon Ogorodnik
2018-07-14[backport] Stabilize signatures to fix linking from Java to KotlinSimon Ogorodnik
2018-07-13[backport] Make possible to group extensions by receiverSimon Ogorodnik
2018-07-13[backport] Support constants from Java in KK modeSimon Ogorodnik
2018-07-13[backport] Add value for constants from KotlinSimon Ogorodnik
2018-07-13[backport] Support propagating inherited extensions from librariesSimon Ogorodnik
2018-07-13[backport] Support deep inheritance with external classesSimon Ogorodnik
2018-07-13[backport] Make possible to generate signatures on output format sideSimon Ogorodnik
2018-05-18Enable suppression of generated files for Android plugin 3.2.0-alphaSimon Ogorodnik
2018-05-07Fix ClassCastException when generating JavaDocHÃ¥vard Kindem
2018-02-21Update bundled kotlin compilerSimon Ogorodnik
2017-11-27Add language version argumentsSimon 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-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-20Support receiver referenceSimon 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-07Make package-list caching optionalSimon Ogorodnik
2017-06-05Add caching of package-list's and fix multiple package-list loadingsSimon Ogorodnik
2017-05-16Fix runner parameters for consistency, add default link to stdlibSimon 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-02Refactoring internal communication for gradleSimon Ogorodnik
2017-03-29Per package optionsSimon Ogorodnik
2017-03-01Correct merging of different type namesake declarations between platformsSimon Ogorodnik
2017-02-27data-platform attribute for index rows in kotlin-website formatSimon Ogorodnik
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
2017-02-23Resolve link and generate alltypes only once, not after every platformDmitry Jemerov
2017-02-23Don't show implied platforms in outputDmitry Jemerov
2017-02-23Merge declarations with the same signature defined for multiple platformsDmitry Jemerov
2017-02-23Allow specifying implicit platforms for each source rootDmitry Jemerov