Age | Commit message (Expand) | Author |
2020-08-25 | - Move `test` projects into semantic parent projects | sebastian.sellmair |
2020-08-24 | SourceLinksTransformer: Use java.io.File to match source files | sebastian.sellmair |
2020-08-19 | Remove unnecessary helper method | Kamil Doległo |
2020-08-19 | Respect relocated declarations | Kamil Doległo |
2020-08-19 | Add external links to Javadoc tests | Kamil Doległo |
2020-08-19 | Fix tests containing unresolved links | Kamil Doległo |
2020-08-14 | Use List for representing classpaths instead of Set | sebastian.sellmair |
2020-08-14 | Use Gradle's new Property/Provider APIs | 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-08-14 | Refactor loggers to allow for message filtering | Paweł Marks |
2020-08-12 | Implement DocumentableFilterSuppressedTransformer | sebastian.sellmair |
2020-07-30 | Move `testApi.utils` to `org.jetbrains.dokka.testApi.utils` | Kamil Doległo |
2020-07-30 | Bugfix: changed test logger package to proper one | Filip Zybała |
2020-07-15 | Use DokkaLogger instead of println and adjust log levels for less verbosity b... | sebastian.sellmair |
2020-07-14 | Adapt changes from "Simplify publishing configuration and enable sourcejars" | sebastian.sellmair |
2020-07-14 | Simplify publishing configuration and enable sourcejars | Aurimas Liutikas |
2020-07-13 | Remove `format` from dokka DokkaConfiguration | sebastian.sellmair |
2020-07-07 | Add functionality to plugin overrides | Paweł Marks |
2020-07-06 | Enforce workspace unique SourceSetID | sebastian.sellmair |
2020-07-01 | Implement first simple JavadocPackageTemplateMapTest.kt | sebastian.sellmair |
2020-07-01 | Implement first simple JavadocModuleTemplateMapTest.kt | sebastian.sellmair |
2020-06-29 | Test Api, "testInline": Add support for idiomatic trimIndent and trimMargin | sebastian.sellmair |
2020-06-25 | Remove SourceSetDataCache, rename PassConfiguration to DokkaSourceSet and use... | Kamil Doległo |
2020-06-25 | Remove kotlin source analysis from :core to :kotlin-analysis (thanks to Afzal... | sebastian.sellmair |
2020-06-25 | Added deprecation filter. Included some tests. | Filip Zybała |
2020-06-23 | First version of javadoc output generation | Andrzej Ratajczak |
2020-06-15 | Implement "failOnWarning" option | sebastian.sellmair |
2020-06-15 | Fix tests | Kamil Doległo |
2020-06-15 | Rework dokka configuration and Gradle plugin | Kamil Doległo |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair |
2020-06-04 | All modules page generation | Błażej Kardyś |
2020-05-20 | Merging of platform dependent hints in sourceset tree | Błażej Kardyś |
2020-05-14 | Changing approach from platform-driven to source-set-driven | Błażej Kardyś |
2020-04-30 | Adds possibility to configure plugins | Andrzej Ratajczak |
2020-03-25 | Fix stdlib tests by adding stdlib to the test classpath | Kamil Doległo |
2020-03-23 | Gradle Task supporting multimodular projects | Andrzej Ratajczak |
2020-03-18 | Adding documentable filtering based on visibility | Błażej Kardyś |
2020-03-18 | Fix html renderer tests | Paweł Marks |
2020-03-17 | Add warning when unused extension points are found | Szymon Świstun |
2020-03-16 | Rename Documentables to avoid name conflicts | Kamil Doległo |
2020-03-04 | Use JDK8 as the default version | Kamil Doległo |
2020-03-04 | Tests for wrapping groups in renderer. Also util for groups | Paweł Marks |
2020-03-04 | Creates MockContext for tests | Paweł Marks |
2020-02-28 | Test api moved to sensible package | Paweł Marks |
2020-02-28 | Port some of the core tests from the previous model | Szymon Świstun |
2020-02-19 | added test point after render | Szymon Świstun |
2020-02-13 | Update packaging structure, fix testAPI publication, simplify dependencies ha... | Kamil Doległo |
2020-02-12 | Adds requested changes | Andrzej Ratajczak |
2020-02-12 | Implements tests for MarkdownParser and fixes some bugs related to its | Andrzej Ratajczak |