Age | Commit message (Expand) | Author |
2020-08-21 | Deprecated elements page for javadoc format | Błażej Kardyś |
2020-08-20 | Include interfaces to abstract model | Marcin Aman |
2020-08-20 | Revert unwanted changes | Marcin Aman |
2020-08-20 | Javadoc package-list | Marcin Aman |
2020-08-20 | Declare all dokka tasks as abstract instead of open | sebastian.sellmair |
2020-08-20 | Use `project.objects.fileCollection` instead of `project.files` for creating ... | sebastian.sellmair |
2020-08-20 | Make MarkdownParser output text instead of broken links | Kamil Doległo |
2020-08-20 | Update dokka README.md to reflect changes for 1.4.0 | sebastian.sellmair |
2020-08-20 | Implement tests for enhanced KotlinSourceSetGist mechanism | sebastian.sellmair |
2020-08-20 | Fix tests for changed KotlinSourceSetGist | sebastian.sellmair |
2020-08-20 | - Implement GradleDokkaSourceSetBuilder#isDocumented to enable/disable source... | sebastian.sellmair |
2020-08-20 | Fix requested bugfixes | Andrzej Ratajczak |
2020-08-20 | Fix tests after bad rebase | Andrzej Ratajczak |
2020-08-20 | Fix LinkProvider to link properly all nested generic parameters | Andrzej Ratajczak |
2020-08-20 | Add some tests | Andrzej Ratajczak |
2020-08-20 | Hide unused generic type variables in constructor | Andrzej Ratajczak |
2020-08-20 | Add task descriptions to all dokka tasks | sebastian.sellmair |
2020-08-20 | Fix convention for ExternalDocumentationLink#packageListUrl | sebastian.sellmair |
2020-08-19 | publication.kt: Improve code readability | sebastian.sellmair |
2020-08-19 | Remove unused SUPPRESS from publication.kt | sebastian.sellmair |
2020-08-19 | Declare `dokkaVersion` as input `processResources` task in :core | sebastian.sellmair |
2020-08-19 | Add support for space package publishing | sebastian.sellmair |
2020-08-19 | Mitigate #1341 issue in light classes | sebastian.sellmair |
2020-08-19 | Reduce test source code to its minimum to reproduce #1341 | sebastian.sellmair |
2020-08-19 | Implement test to reproduce https://github.com/Kotlin/dokka/issues/1341 | sebastian.sellmair |
2020-08-19 | Index page for javadoc (#1244) | Błażej Kardyś |
2020-08-19 | LocationProvider: Implement new `resolveOrThrow` API | sebastian.sellmair |
2020-08-19 | PackageList.kt: Remove unused import | sebastian.sellmair |
2020-08-19 | MultimoduleLocationProvider.kt: Remove unused import | sebastian.sellmair |
2020-08-19 | PackageListService.kt: Minor reformatting | sebastian.sellmair |
2020-08-19 | HtmlRenderer: Minor reformatting | sebastian.sellmair |
2020-08-19 | Integration Test: it-multiplatform-0: Use `configureEach` | sebastian.sellmair |
2020-08-19 | Remove unnecessary helper method | Kamil Doległo |
2020-08-19 | Fix test path for Windows | Kamil Doległo |
2020-08-19 | Fix relocation id creation in the Dokka010ExternalLocationProvider | Kamil Doległo |
2020-08-19 | Add a test for the DefaultExternalLocationProvider | Kamil Doległo |
2020-08-19 | Fix tests after the Gradle plugin update | Kamil Doległo |
2020-08-19 | Respect relocated declarations | Kamil Doległo |
2020-08-19 | Split `PackageList.load()` into several methods | Kamil Doległo |
2020-08-19 | Make `RecognizedLinkFormat.fromString()` eager | Kamil Doległo |
2020-08-19 | Rename `doOpenConnectionToReadContent` to `readContent` and make it return `I... | Kamil Doległo |
2020-08-19 | Rename `ExternalDocumentationInfo` to `ExternalDocumentation` | Kamil Doległo |
2020-08-19 | Implement ignoring known unresolved links in integration tests | Kamil Doległo |
2020-08-19 | Specify generic type explicitly, fix formatting | Kamil Doległo |
2020-08-19 | Replace !! with some meaningful messages | Kamil Doległo |
2020-08-19 | Add external links to Javadoc tests | Kamil Doległo |
2020-08-19 | Refactor location providers | Kamil Doległo |
2020-08-19 | Adapt integration tests for checking unresolved links | Kamil Doległo |
2020-08-19 | Wrap unresolved links in `span` with `data-unresolved-link` | Kamil Doległo |
2020-08-19 | Change test logging to show only skipped and failed ones, show full stacktraces | Kamil Doległo |