aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin/DokkaBase.kt
AgeCommit message (Expand)Author
2020-04-15Refactor package list to be a preprocessorAndrzej Ratajczak
2020-04-08Applies requested changesAndrzej Ratajczak
2020-04-08Adds samples configuration parameter to include samples sources.Andrzej Ratajczak
2020-04-08Adds source links to provide linking to source code on remote repositoriesAndrzej Ratajczak
2020-04-08Adds includes configuration parameter to include package and module descriptionsAndrzej Ratajczak
2020-04-07Add Typealiases rendering and mergingKamil Doległo
2020-03-23Gradle Task supporting multimodular projectsAndrzej Ratajczak
2020-03-18Adding documentable filtering based on visibilityBłażej Kardyś
2020-03-18Add extension for html preprocessorsSzymon Świstun
2020-03-17Add a rough draft of deprecated signatures formattingKamil Doległo
2020-03-16Extract inheritance mapSzymon Świstun
2020-03-04Replace inline signature generation with KotlinSignatureProviderKamil Doległo
2020-03-04Signature provider moved to basePaweł Marks
2020-03-04Working javadoc parsingBłażej Kardyś
2020-02-19Rename extensions to make them more uniformKamil Doległo
2020-02-18Translators moved to separate packagesPaweł Marks
2020-02-18Moves location providers and output writers to base pluginPaweł Marks
2020-02-18Moves comments to content conversion to base pluginPaweł Marks
2020-02-18Cleans up page mergers and moves them to base pluginPaweł Marks
2020-02-18Moves PsiToDocumentablesTranslator to the 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
2020-02-18Adds option to mark extension as fallbackPaweł Marks
2020-02-18Moves DescriptorToDocumentableTransformer to base pluginPaweł Marks
2020-02-18Creates dokka basePaweł Marks