aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/transformers/documentables
AgeCommit message (Expand)Author
2020-06-16Fix sourceSetID creationKamil Doległo
2020-06-15Fix sourceSet matching inside ReportUndocumentedTransformersebastian.sellmair
2020-06-15Make module name a part of sourceSetID be defaultKamil Doległo
2020-06-15Change sourceSet collection from List to SetKamil Doległo
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-12Fix module and package descriptor for java only sourcesAndrzej Ratajczak
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-05-26Fixes multiple actual annotations bugAndrzej Ratajczak
2020-05-26Refactor type aliasesAndrzej Ratajczak
2020-05-26Light annotations fixAndrzej Ratajczak
2020-05-25Trim windows carrage return sign in importing includesMarcin Aman
2020-05-19Missing generics on class. Add generics to annotation #834Marcin Aman
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-05-13Working tests for includes, sources and samples. Minor bugfixesAndrzej Ratajczak
2020-05-06Receiver for extension property #809Marcin Aman
2020-04-23Fix inheritors transformerAndrzej Ratajczak
2020-04-15Fix path clash with top-level declarations, catch link resolving exception, r...Kamil Doległo
2020-04-08Fix unnecessary wrapping of signatures, changes in layoutKamil Doległo
2020-04-08Fix missing logger errorPaweł Marks
2020-04-08Applies requested changesAndrzej Ratajczak
2020-04-08Adds includes configuration parameter to include package and module descriptionsAndrzej Ratajczak
2020-04-07Fix adding `actual typealias` to annotation classesKamil Doległo
2020-04-07Add Typealiases rendering and mergingKamil Doległo
2020-04-07Add DTypeAlias documentableKamil Doległo
2020-03-26Signatures are now platform-hinted. Fixed merger after changing modifier to P...Filip Zybała
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak
2020-03-23Restoring filtered out expected valuesBłażej Kardyś
2020-03-18Adding documentable filtering based on visibilityBłażej Kardyś
2020-03-16Extract inheritance mapSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-03-11Merges documentables with the same sourcePaweł Marks
2020-03-11Remove nested packages from packagesKamil Doległo
2020-03-04Hotfix for merging expect/actual Documentables when no actuals are presentKamil Doległo
2020-02-27Rename `actual` to `sources`Kamil Doległo
2020-02-27Small adjustments to the new modelPaweł Marks
2020-02-27Crude Documentable mergerPaweł Marks
2020-02-18Remove unnecesarily complex utilityPaweł Marks
2020-02-18Translators moved to separate packagesPaweł Marks
2020-02-18Moves comments to content conversion to base pluginPaweł Marks
2020-02-18Renames DocumentationToPagesTranslatero and moves its implementation to base ...Paweł Marks
2020-02-18Renames DocumentationMerger and moves it to base pluginPaweł Marks