aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/Kotlin/DocumentationBuilder.kt
AgeCommit message (Expand)Author
2019-09-30Fix package suppressionKamil Doległo
2019-04-15Fix inline functions testsKamil Doległo
2019-03-27Rework configuration, fix Gradle pluginKamil Doległo
2019-03-19Merge branch 'kotlin-website-jonnyzzz' into multiplatform-supportKrystianUjma
2019-02-19Cleanup httpSimon Ogorodnik
2018-12-14Modifiers sorted in wrong order #389Krystian Ujma
2018-11-23Fix constant values for JavaSimon Ogorodnik
2018-10-15Fix sinceKotlin updating & default settingSimon Ogorodnik
2018-10-04Remove return type from signature to remain compatibleSimon Ogorodnik
2018-10-03Remove debug printSimon Ogorodnik
2018-10-03Introduce per-pass sinceKotlinSimon Ogorodnik
2018-10-03Show inline modifier only if fun has lambda, otherwise it is impl detailSimon Ogorodnik
2018-09-26Don't show applicable to Any extensions for all declarationsSimon Ogorodnik
2018-09-26Refactor platforms & SinceKotlin logicSimon Ogorodnik
2018-08-27Introduce origin reference kind, change documentation graph merge logic, mino...Zubakov
2018-08-17Merger platforms bug fix, refactoringZubakov Aleksey
2018-08-06DocumentationMerger refactoringaleksZubakov
2018-08-01Refactoring, replace DocumentationOption with PassConfigurationaleksZubakov
2018-07-25Add logic of merging different platforms graphsaleksZubakov
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