aboutsummaryrefslogtreecommitdiff
path: root/core/src/main/kotlin/DokkaGenerator.kt
AgeCommit message (Expand)Author
2022-02-14Shutdown coroutines dispatchers after each module pass (#2325)Ignat Beresnev
2021-03-04Fix memory leak caused by coroutines (#1751)Kamil Doległo
2020-12-15Remove warning that caused dokka to fail with failOnWarning flag (#1669)Marcin Aman
2020-11-27Extracting dokka generation to the dedicated extension pointPaweł Marks
2020-11-25Remove suspend from SourceToDocumentableTranslator (#1622)Kamil Doległo
2020-10-08Adding configuration mpp check for javadocBłażej Kardyś
2020-10-02Make translators run in parallel.Andrzej Ratajczak
2020-09-08Changed way of merging documentables to avoid exception on merging documentab...Andrzej Ratajczak
2020-09-01Suppress SameParameterValue warning in DokkaGeneratorsebastian.sellmair
2020-09-01Implement exitGenerationGracefully APIsebastian.sellmair
2020-08-17Print maturity warning when running dokkasebastian.sellmair
2020-07-15Use DokkaLogger instead of println and adjust log levels for less verbosity b...sebastian.sellmair
2020-07-07Add functionality to plugin overridesPaweł 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-06-15Implement "failOnWarning" optionsebastian.sellmair
2020-06-15Rework dokka configuration and Gradle pluginKamil Doległo
2020-06-10Implement `reportUndocumented` option to report undocumented codesebastian.sellmair
2020-06-04All modules page generationBłażej Kardyś
2020-05-14Changing approach from platform-driven to source-set-drivenBłażej Kardyś
2020-04-22Apply requested changesAndrzej Ratajczak
2020-04-22Adds asynchronous renderingAndrzej Ratajczak
2020-04-22Refactors sources to documentables translationAndrzej Ratajczak
2020-04-09Fix improper reporting of time measurementPaweł Marks
2020-04-08Adds samples configuration parameter to include samples sources.Andrzej Ratajczak
2020-03-18Adding documentable filtering based on visibilityBłażej Kardyś
2020-03-17Add warning when unused extension points are foundSzymon Świstun
2020-03-16Rename Documentables to avoid name conflictsKamil Doległo
2020-03-11Adds time mesurement to track potential performance regressionsPaweł Marks
2020-02-19Rename extensions to make them more uniformKamil Doległo
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
2020-02-18Adds option to mark extension as fallbackPaweł Marks
2020-02-18Moves DescriptorToDocumentableTransformer to base pluginPaweł Marks
2020-02-12plugin overridesSzymon Świstun
2020-02-04Adds summary reporting for all logging runnersAndrzej Ratajczak
2020-02-04Handles errors and fixes minor bugsAndrzej Ratajczak
2020-01-31Unifing model for pages with content ant technical renderer specific pagesPaweł Marks
2020-01-28Patch Java analysisKamil Doległo
2020-01-28Adding java files psi parsingBłażej Kardyś
2020-01-22tests moved to :testApi moduleSzymon Świstun
2020-01-16Refactor of DokkaGenerator pipeline, removed ExtensionPoints dependencies oth...Andrzej Ratajczak
2020-01-15Fix the test frameworkKamil Doległo
2020-01-15Add testing utils and examplesSzymon Świstun
2020-01-08response to commentsSzymon Świstun
2020-01-08module nameSzymon Świstun
2019-11-28Cleanup old commentsKamil Doległo
2019-11-28Cleaning package namingBłażej Kardyś