aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/transformers
AgeCommit message (Expand)Author
2020-08-14Use java.net.URL consistently across Gradle Plugin API surfacesebastian.sellmair
2020-08-14Gradle Plugin: Code style improvementssebastian.sellmair
2020-08-14Refine and test `GradleSourceLinkBuilder` and SourceLinkDefinition APIsebastian.sellmair
2020-08-14Simplify Dokka Gradle Pluginsebastian.sellmair
2020-08-12Remove unused parameter in ReportUndocumentedTransformersebastian.sellmair
2020-08-12EmptyPackagesFilterTransformer & SuppressedDocumentableFilterTransformer: Rea...sebastian.sellmair
2020-08-12Move PreMergeDocumentableTransformer utils out of the interfacesebastian.sellmair
2020-08-12Move utility APIs into `PreMergeDocumentationTransformer`sebastian.sellmair
2020-08-12Implement DocumentableFilterSuppressedTransformersebastian.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
2020-07-15Fix presenting inline code in KDocAndrzej Ratajczak
2020-07-13Implemented extension point for tab sorting strategyFilip Zybała
2020-07-13Draft for showing only first level of inheritanceMarcin Aman
2020-07-10Bugfix: links in documentation attached to module page should now be correctFilip Zybała
2020-07-08Add GFM testsAndrzej Ratajczak
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
2020-07-02Handling multi-line list items. Added tests for comment to content converter.Filip Zybała
2020-06-25Make samples runnableKamil Doległo
2020-06-25Enforces directory for classlikesAndrzej Ratajczak
2020-06-25Extract information about extensionsPaweł Marks
2020-06-25Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use...Kamil Doległo
2020-06-25Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal...sebastian.sellmair
2020-06-25Refactor for documentable filters.Filip Zybała
2020-06-25Added deprecation filter. Included some tests.Filip Zybała
2020-06-25Added support for includeNonPublic option in top-level and package-level. Add...Filip Zybała
2020-06-25Make signatures groups be unique per sourceSet dataAndrzej Ratajczak
2020-06-25Refactor deprecated transformerAndrzej Ratajczak
2020-06-25Gives text presentation for `SinceKotlin` and hides it from rendering. Hides ...Andrzej Ratajczak
2020-06-24Wrong signatures in search component fixFilip Zybała
2020-06-22Prevent ReportUndocumentedTransformer.kt from reporting "componentN" function...sebastian.sellmair
2020-06-18Fixed sources platform tags; tailrec and external modifiers; sorting.Filip Zybała
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-12Add platform dependent annotationsAndrzej Ratajczak
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-26Enhance signature presentation. Support presetnation Java as Kotlin and Kotli...Andrzej Ratajczak
2020-05-25Trim windows carrage return sign in importing includesMarcin Aman
2020-05-20Tabs for sections v1Marcin Aman
2020-05-20Added anchors for symbols and headers on pageFilip Zybała
2020-05-19Missing generics on class. Add generics to annotation #834Marcin Aman
2020-05-19Samples fixAndrzej Ratajczak