aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/content
AgeCommit message (Expand)Author
2023-08-28 Support Dokka K2 analysis (#3094)Vadim Mishenev
2023-08-08Fix and refactor Sample Transformer (#3102)Vadim Mishenev
2023-07-26Fix some tests to be compatible with K2 (#3086)Vadim Mishenev
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
2023-06-30Generate dedicated pages for typealiases (#3051)Vadim Mishenev
2023-02-24Reorganize tabs for Classlike (#2764)Vadim Mishenev
2023-02-13Set default SinceKotlin version for Wasm platformIlya Gorbunov
2023-02-07Set default SinceKotlin version for Common to 1.0Ilya Gorbunov
2023-01-09Move inheritors, params, see also and samples tabs to description for classli...Andrey Tyrin
2022-12-16Display `SinceKotlin` everywhere (#2708)Vadim Mishenev
2022-10-31Add constructor keyword (#2691)Andrey Tyrin
2022-10-20Do not render default value for var properties (#2717)Ignat Beresnev
2022-09-20Update `prism.js` to match new webhelp highlight colors (#2670)Ignat Beresnev
2022-09-02Underline `@param` tag key for more consistency (#2643)Ignat Beresnev
2022-08-26Do not render constructor pages and blocks and for annotation classes (#2642)Ignat Beresnev
2022-08-24Fix incorrect handling of static members used within `@see` tag (#2627)Ignat Beresnev
2022-08-18Add deprecation details block (#2622)Ignat Beresnev
2022-08-03Apply the same style to all KDoc tags, including throws/see/parameters (#2587)Ignat Beresnev
2022-04-29Enable warnings as errors and fix all warnings (#2451)Ignat Beresnev
2022-02-21Add option to merge implicit expect-actual declarations (#2316)Vadim Mishenev
2022-01-27Enhance generated primary constructor signature for html format (#2313)Ignat Beresnev
2022-01-27KT-50292 - Implement vertical alignment of parameters (#2309)Ignat Beresnev
2021-12-23Remove filtering out primary constructors from constructors tab (#2277)Andrzej Ratajczak
2021-12-23Introduce documentedVisibilities setting (#2270)Ignat Beresnev
2021-12-22Fix css bugs wih link and table row (#2284)Vadim Mishenev
2021-11-12Unite platforms bookmarks rows (#2219)vmishenev
2021-09-24Fix whitespaces inside `@link` tag (#2156)vmishenev
2021-09-20Make see tag display as other tables (#2153)Marcin Aman
2021-08-30Handle `@link` tagvmishenev
2021-08-27Cleanup and version bump to 1.5.30Marcin Aman
2021-08-27Restore language level to 1.4Marcin Aman
2021-08-26Bump compiler to 1.5.30, language level to 1.5Marcin Aman
2021-08-25Merge pull request #2066 from Kotlin/webhelp-like-frontendMarcin Aman
2021-08-25Manual highlighting webhelp (#2079)vmishenev
2021-08-21Make briefs contain first paragraph as in spec, resolve issues with i.e. (#2048)Marcin Aman
2021-08-09Keep formatting within code inline (#2060)vmishenev
2021-07-30Add boolean, nullable types of annotation parameter valuevmishenev
2021-07-28Missing receiver docs (#2026)Marcin Aman
2021-07-23Add numeric types of annotation parameter value (#2035)vmishenev
2021-07-22Fix overflow in throws tables (#2028)Marcin Aman
2021-07-12Handle NBSP and other html entries (#2005)Marcin Aman
2021-02-05Annotations for parameters (#1710)Marcin Aman
2021-01-20Bring back displaying jvm name when KaJ is not present (#1702)Marcin Aman
2020-12-29Parsing of JvmName (#1675)Marcin Aman
2020-12-15Fix wrong docs on DProperty (#1671)Marcin Aman
2020-11-27Fixing tests after moving SingleGeneration to baseBłażej Kardyś
2020-11-13Generate content with the params order of KDoc (#1611)gzoritchak
2020-11-12Javadoc @inheritDoc tag support (#1608)Marcin Aman
2020-10-30Fix parsing first word in deprecated (#1595)Marcin Aman
2020-10-15Fix displaying authorsMarcin Aman