aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/content/params
AgeCommit message (Collapse)Author
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2023-01-09Move inheritors, params, see also and samples tabs to description for ↵Andrey Tyrin
classlikes (#2749)
2022-09-02Underline `@param` tag key for more consistency (#2643)Ignat Beresnev
* Underline `@param` tag key for more consistency * Correct keyValue table column ratio
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
* Enable warnings as errors and fix all warnings * Enable skip-metadata-version-check compiler setting
2021-11-12Unite platforms bookmarks rows (#2219)vmishenev
2021-09-24Fix whitespaces inside `@link` tag (#2156)vmishenev
2021-08-30Handle `@link` tagvmishenev
2021-07-28Missing receiver docs (#2026)Marcin Aman
2021-07-22Fix overflow in throws tables (#2028)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-10-30Fix parsing first word in deprecated (#1595)Marcin Aman
Fix parsing first word in `Deprecated` annotations, fix `Throws` and `See` tags
2020-10-15Fix displaying authorsMarcin Aman
2020-10-08Handle multiple authors (#1539)Marcin Aman
2020-10-08Improve stylesMarcin Aman
2020-10-07Introduce top-level DocTagAndrzej Ratajczak
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-01Implement `AbstractJavadocTemplateMapTest` APIsebastian.sellmair
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and ↵Kamil Doległo
use it instead of SourceSetData
2020-06-23Javadoc classlikes and function pagesMarcin Aman
All implemented interfaces, first attempt at inherited methods
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-09Improve CSS, pages navigation tree and create anchors on pageMarcin Aman
2020-05-26Enhance signature presentation. Support presetnation Java as Kotlin and ↵Andrzej Ratajczak
Kotlin as Java. Refactor annotations creation from PSI/Descriptors. Add proper rendering of annotation signatures in both kotlin syntax and java syntax. Tests for annotations
2020-05-20Tabs for sections - update testsMarcin Aman
2020-05-19Add test utils for ContentDivergent and fix the testsKamil Doległo
2020-03-31Update tests to take into account new wrappingPaweł Marks
2020-03-31Make PageContentBuilder to create proper content for all tagsPaweł Marks
2020-03-31Adds simple tests for parameter renderingPaweł Marks