aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/transformers/pages
AgeCommit message (Expand)Author
2022-09-26Fix source links in case of dri clashing (#2676)Vadim Mishenev
2022-09-02Underline `@param` tag key for more consistency (#2643)Ignat Beresnev
2022-08-18Add deprecation details block (#2622)Ignat Beresnev
2022-08-10Support Var html tag for Javadoc (#2617)Andrey Tyrin
2022-08-05Add a distinct divider between function/property overloads (#2585)Ignat Beresnev
2022-08-03Apply the same style to all KDoc tags, including throws/see/parameters (#2587)Ignat Beresnev
2022-07-29Move source links into signature (#2476)Vadim Mishenev
2022-06-30Do not generate source links for synthetic elements (#2547)Ignat Beresnev
2022-05-31Bump Kotlin to 1.7.0-RC (#2508)Vadim Mishenev
2022-05-13Render quotes as blockquotes instead of code blocks. (#2496)TheOnlyTails
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-02-21Code cleanups (#2165)Goooler
2022-02-17Custom doctag extension (#2343)Ignat Beresnev
2022-02-15Convert interfaces to functional (#2360)Goooler
2022-02-09Add KotlinWebSite plugin to transform samples (#2349)Vadim Mishenev
2021-12-17Use sourceRoots as samples dirs by default (#2216)Vadim Mishenev
2021-12-07Support deeply nested description terms and detailsIgnat Beresnev
2021-12-06Description list support for JavaDocs (#2213)Ignat Beresnev
2021-09-08Dark mode on samples (#2116)Marcin Aman
2021-08-25Manual highlighting webhelp (#2079)vmishenev
2021-07-28Fix broken link in kotlinx.serialization (#2038)Marcin Aman
2021-07-22Bump kotlin 1.5.21 (#2031)Marcin Aman
2021-06-22Multilanguage docs inheritance (#1951)Marcin Aman
2021-04-14Handle html in kdoc (#1805)Marcin Aman
2021-03-10Add sourceset name to source label (#1767)Marcin Aman
2020-12-29Parsing of JvmName (#1675)Marcin Aman
2020-11-09Cleaning querying from plugins where possibleBłażej Kardyś
2020-10-30Fix parsing first word in deprecated (#1595)Marcin Aman
2020-10-15Make names resulting from clashing DRI-s appear only in navigatable componentsMarcin Aman
2020-10-08Add information about content kind and sourceset to anchorMarcin Aman
2020-10-08Anchors hintMarcin Aman
2020-10-07Introduce top-level DocTagAndrzej Ratajczak
2020-09-08Apply requested changesAndrzej Ratajczak
2020-09-08Handle same level declared expected classlikesAndrzej Ratajczak
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-28Draft for improving code formatting #1346Marcin Aman
2020-08-24Fix SourceLinksTransformer#DocumentableSource#toLinksebastian.sellmair
2020-08-24SourceLinksTransformer: Use java.io.File to match source filessebastian.sellmair
2020-08-17Inline `val newContent` in SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair
2020-08-17Implement SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Implement `ContentSourceSet`sebastian.sellmair
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś
2020-07-16Implement javadoc searchMarcin Aman
2020-07-15Fix page merging bug that prevented including Kotlin PlaygroundKamil Doległo