Age | Commit message (Expand) | Author |
2021-03-04 | Fix memory leak caused by coroutines (#1751) | Kamil Doległo |
2021-01-21 | Empty modules filtering (#1699) | Marcin Aman |
2020-11-25 | Remove suspend from SourceToDocumentableTranslator (#1622) | Kamil Doległo |
2020-11-18 | Add matchingRegex (#598) | Martin Bonnin |
2020-10-02 | Make translators run in parallel. | Andrzej Ratajczak |
2020-09-08 | Apply requested changes | Andrzej Ratajczak |
2020-09-08 | Changed way of merging documentables to avoid exception on merging documentab... | Andrzej Ratajczak |
2020-08-17 | Implement SourceSetMergingPageTransformer | sebastian.sellmair |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair |
2020-08-12 | Move PreMergeDocumentableTransformer utils out of the interface | sebastian.sellmair |
2020-08-12 | Move utility APIs into `PreMergeDocumentationTransformer` | sebastian.sellmair |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-23 | First version of javadoc output generation | Andrzej Ratajczak |
2020-06-04 | All modules page generation | Błażej Kardyś |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś |
2020-04-22 | Refactors sources to documentables translation | Andrzej Ratajczak |
2020-03-18 | Adding documentable filtering based on visibility | Błażej Kardyś |
2020-03-18 | Add default values for parameters | Szymon Świstun |
2020-03-18 | page transformer builders | Szymon Świstun |
2020-03-16 | Rename Documentables to avoid name conflicts | Kamil Doległo |
2020-02-19 | Rename extensions to make them more uniform | Kamil Doległo |
2020-02-18 | Moves comments to content conversion to base plugin | Paweł Marks |
2020-02-18 | Cleans up page mergers and moves them to base plugin | Paweł Marks |
2020-02-18 | Moves PsiToDocumentablesTranslator to the base plugin | Paweł Marks |
2020-02-18 | Renames DocumentationToPagesTranslatero and moves its implementation to base ... | Paweł Marks |
2020-02-18 | Renames DocumentationMerger and moves it to base plugin | Paweł Marks |
2020-02-18 | Adds option to mark extension as fallback | Paweł Marks |
2020-02-18 | Moves DescriptorToDocumentableTransformer to base plugin | Paweł Marks |
2020-02-17 | Fix descriptor visiting, add test for DRI clash on JS | Kamil Doległo |
2020-02-12 | rename | Szymon Świstun |
2020-02-12 | corrected SameName strategy | Szymon Świstun |
2020-02-12 | page merger strategy with tests | Szymon Świstun |
2020-02-12 | page merger strategy | Szymon Świstun |
2020-02-12 | merger for functions | Szymon Świstun |
2020-02-12 | kotlin-as-java fixed | Szymon Świstun |
2020-02-12 | kotlin-as-java plugin | Szymon Świstun |
2020-02-10 | formatting | Szymon Świstun |
2020-02-06 | Resolves bugs with doubling references and fixes minor bugs | Andrzej Ratajczak |
2020-02-04 | dri sets | Szymon Świstun |
2020-01-31 | Cherry-pick 'analysis_rewrite_1.3.61' | Kamil Doległo |
2020-01-31 | Fix TestRunner with new FileWriter.kt | Kamil Doległo |
2020-01-31 | Unifing model for pages with content ant technical renderer specific pages | Paweł Marks |
2020-01-28 | Patch Java analysis | Kamil Doległo |
2020-01-28 | Adding java files psi parsing | Błażej Kardyś |
2020-01-16 | Refactor of DokkaGenerator pipeline, removed ExtensionPoints dependencies oth... | Andrzej Ratajczak |
2020-01-08 | drop removed | Szymon Świstun |
2020-01-08 | module name fix | Szymon Świstun |
2020-01-08 | module name | Szymon Świstun |
2019-12-16 | Changes naming and applies pull request's requirements | Andrzej Ratajczak |
2019-12-13 | Add abstract structure for MD/HTML comments and MD parser | BarkingBad |