aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/transformers/pages/merger
AgeCommit message (Collapse)Author
2023-11-10Restructure the project to utilize included builds (#3174)Ignat Beresnev
* Refactor and simplify artifact publishing * Update Gradle to 8.4 * Refactor and simplify convention plugins and build scripts Fixes #3132 --------- Co-authored-by: Adam <897017+aSemy@users.noreply.github.com> Co-authored-by: Oleg Yukhnevich <whyoleg@gmail.com>
2023-08-31Enable explicit API mode (#3139)Ignat Beresnev
2023-08-31Update copyright (#3149)Ignat Beresnev
* Add the default copyright profile and enable IDEA project settings * Add the license notice file
2023-07-05Decompose Kotlin/Java analysis (#3034)Ignat Beresnev
* Extract analysis into separate modules
2022-08-18Add deprecation details block (#2622)Ignat Beresnev
2022-08-05Add a distinct divider between function/property overloads (#2585)Ignat Beresnev
2022-02-21Add option to merge implicit expect-actual declarations (#2316)Vadim Mishenev
* Add option to merge implicit expect-actual declarations * Merge entries, constructors * Fix StdLib integration test * Add doc
2022-02-21Code cleanups (#2165)Goooler
2022-02-15Convert interfaces to functional (#2360)Goooler
2021-07-28Fix broken link in kotlinx.serialization (#2038)Marcin Aman
* Fix broken link in kotlinx.serialization * Rename DRIWithSourceSet to DRIWithSourceSets
2020-11-09Cleaning querying from plugins where possibleBłażej Kardyś
2020-09-08Handle same level declared expected classlikesAndrzej Ratajczak
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-07-15Fix page merging bug that prevented including Kotlin PlaygroundKamil Doległo
2020-06-25Enforces directory for classlikesAndrzej Ratajczak
2020-05-19Add a draft version of divergent renderingKamil Doległo
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-03-04Refactor extras in ContentNodesAndrzej Ratajczak
2020-02-27Fix SameMethodNamePageMergerStrategyKamil Doległo
2020-02-19Rename extensions to make them more uniformKamil Doległo
2020-02-18Translators moved to separate packagesPaweł Marks
also typo fixed and unnecessary dependencies removed
2020-02-18Cleans up page mergers and moves them to base pluginPaweł Marks