aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/plugability
AgeCommit message (Expand)Author
2021-04-06Fix some compiler warnings (#1812)Kamil Doległo
2020-11-27Adding inter-module link resolving template strategy for GfmBłażej Kardyś
2020-11-27Adding multimodule all modules page creation for gfmBłażej Kardyś
2020-11-27Moving SingleGeneration to base pluingBłażej Kardyś
2020-11-27Extracting dokka generation to the dedicated extension pointPaweł Marks
2020-11-26Fixes from scala3doc (#1630)Krzysztof Romanowski
2020-11-13Add integration tests for Kotlin projectsKamil Doległo
2020-10-07Make logo replaceable #1339 (#1488)Marcin Aman
2020-10-02Make translators run in parallel.Andrzej Ratajczak
2020-09-28Create java-like api for pluginsKrzysztof Romanwoski
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-15Use DokkaLogger instead of println and adjust log levels for less verbosity b...sebastian.sellmair
2020-07-07Change generic Error to IllegalStateException to be thrown when there are con...Paweł Marks
2020-07-07Add suppression reporting to logPaweł Marks
2020-07-07Add suppression capabilities for pluginsPaweł Marks
2020-07-07Probably fix the missing adjecent extension bugPaweł Marks
2020-07-07Add functionality to plugin overridesPaweł Marks
2020-07-07Refactor Extension DSL and remove fallback mechanismPaweł Marks
2020-07-06Enforce workspace unique SourceSetIDsebastian.sellmair
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-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-04-30Adds possibility to configure pluginsAndrzej Ratajczak
2020-04-22Fix incorrect plugins paths when project is on a different filesystem than Gr...Kamil Doległo
2020-03-18Add extension for html preprocessorsSzymon Świstun
2020-03-17Response to commentsSzymon Świstun
2020-03-17Combine multiple applyIfSzymon Świstun
2020-03-17Add warning when unused extension points are foundSzymon Świstun
2020-02-18Removes last remnants of default extensionsPaweł 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-12renameSzymon Świstun
2020-02-12page merger strategy with testsSzymon Świstun
2020-02-12page merger strategySzymon Świstun
2020-02-12plugin overridesSzymon Świstun
2020-02-12merger for functionsSzymon Świstun
2020-02-12Removed default file extension extension pointAndrzej Ratajczak
2020-02-12Cleans up file extension redundancyAndrzej Ratajczak
2020-02-11Adds conditional plugin linkingAndrzej Ratajczak
2020-02-04Implementation of transformable navigationPaweł Marks
2020-02-04Html related things moved to its own packagePaweł Marks
2020-02-04Adds summary reporting for all logging runnersAndrzej Ratajczak
2020-02-04Handles errors and fixes minor bugsAndrzej Ratajczak
2020-01-28Adding java files psi parsingBłażej Kardyś