aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/plugability
AgeCommit message (Expand)Author
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ś
2020-01-16Applies requested changesAndrzej Ratajczak
2020-01-16Refactor of DokkaGenerator pipeline, removed ExtensionPoints dependencies oth...Andrzej Ratajczak
2020-01-08Resolved problems with plugins loading ordering and added type safe ordering ...Andrzej Ratajczak
2019-12-16Changes naming and applies pull request's requirementsAndrzej Ratajczak
2019-12-13Add abstract structure for MD/HTML comments and MD parserBarkingBad
2019-11-28Cleaning package namingBłażej Kardyś
2019-11-26Making names of extension points more consistentPaweł Marks
2019-11-26Introduction of all important extension points and restructuring of DokkaGene...Paweł Marks
2019-11-26Default context for dokkaPaweł Marks
2019-11-26Cache for plugin stubsPaweł Marks