Age | Commit message (Expand) | Author |
2023-08-31 | Update copyright (#3149) | Ignat Beresnev |
2023-08-14 | Refactor and document DisplaySourceSet, deprecate SelfRepresentingSingletonSe... | Vsevolod Tolstopyatov |
2023-07-12 | Deserialize DokkaConfiguration's Set as LinkedHashSet (#3006) | eunwoo-park |
2023-07-05 | Decompose Kotlin/Java analysis (#3034) | Ignat Beresnev |
2023-02-20 | Add the ability to pretty print DokkaConfiguration (#2872) | Ignat Beresnev |
2020-09-08 | Apply requested changes | Andrzej Ratajczak |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove concep... | sebastian.sellmair |
2020-08-17 | Rename `ContentSourceSet` to `DisplaySourceSet` | sebastian.sellmair |
2020-08-17 | Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to it | sebastian.sellmair |
2020-08-17 | Implement CompositeSourceSetID.plus API | sebastian.sellmair |
2020-08-17 | Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model` | sebastian.sellmair |
2020-08-17 | Implement `ContentSourceSet` | sebastian.sellmair |
2020-08-14 | Use List for representing classpaths instead of Set | sebastian.sellmair |
2020-08-14 | DokkaConfiguration: Use `Set` instead of `List` when collections are expected... | sebastian.sellmair |
2020-08-14 | Simplify Dokka Gradle Plugin | sebastian.sellmair |
2020-07-20 | Align json representation of filepaths | sebastian.sellmair |
2020-07-20 | Use jackson for json serialization and parsing | sebastian.sellmair |
2020-06-15 | Fix tests | Kamil Doległo |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair |
2020-03-18 | Add default values for parameters | Szymon Świstun |
2020-03-18 | tests | Szymon Świstun |
2020-02-18 | Moves all core tests to base plugin | Paweł Marks |
2020-02-17 | Fix descriptor visiting, add test for DRI clash on JS | Kamil Doległo |
2020-02-12 | Fixes infinite recursion bug for immediate nullable self types | Paweł Marks |
2020-02-12 | Fixes infinite recursion in DRI expansion caused by bounds on nullable parame... | Paweł Marks |
2020-02-12 | Added Br handling | Andrzej Ratajczak |
2020-02-12 | Removes unnecessary white space | Andrzej Ratajczak |
2020-02-12 | Adds requested changes | Andrzej Ratajczak |
2020-02-12 | Implements tests for MarkdownParser and fixes some bugs related to its | Andrzej Ratajczak |
2020-02-12 | rename | Szymon Świstun |
2020-02-12 | page merger strategy with tests | Szymon Świstun |
2020-02-12 | test | Szymon Świstun |
2020-02-10 | tests | Szymon Świstun |
2020-02-10 | contentForClass fixed and tests | Szymon Świstun |
2020-01-31 | Bump Gradle version, migrate to Kotlin DSL, refactor publishing | Kamil Doległo |
2020-01-22 | tests moved to :testApi module | Szymon Świstun |
2020-01-17 | Fix TestRunner after the refactoring of DokkaGenerator pipeline | Kamil Doległo |
2020-01-15 | Fix the test framework | Kamil Doległo |
2020-01-15 | Add testing utils and examples | Szymon Świstun |
2020-01-15 | Information about generics and nullability is no longer lost | Paweł Marks |
2019-12-13 | Add abstract structure for MD/HTML comments and MD parser | BarkingBad |
2019-11-26 | Rework DRIs to handle generics | Kamil Doległo |
2019-11-05 | Add merger (sort of) | Kamil Doległo |
2019-11-04 | Some parsing for markdown links | Paweł Marks |
2019-11-04 | [WIP] intergraph transformer | Kamil Doległo |
2019-10-31 | Add markdown content builder | Kamil Doległo |
2019-10-31 | Remove all unnecessary files | Kamil Doległo |
2019-10-31 | [WIP] commit before rebase | Kamil Doległo |
2019-10-29 | [WIP] new model | Kamil Doległo |
2019-10-10 | Extract testApi from core | Kamil Doległo |