aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-24Fix SourceLinksTransformer#DocumentableSource#toLinksebastian.sellmair
2020-08-24Fix LinkableContentTest.ktsebastian.sellmair
2020-08-24SourceLinksTransformer: Use java.io.File to match source filessebastian.sellmair
2020-08-24GradleSourceLinkBuilder: Use canonicalPath instead of absolutePathsebastian.sellmair
2020-08-24Set cursor value to pointer for various buttons (#1369)Muhammad Hamza
* Set cursor value to pointer nav button and copy-icon * Set cursor to pointer for search button
2020-08-21Fix linking to declarations in companion objects in old dokka formatsKamil Doległo
2020-08-21Replace SelfType with family of RecursiveTypesPaweł Marks
2020-08-21Generate output to package-list and element-listMarcin Aman
2020-08-21Adding missing deprecated exception section to Deprecated pageBłażej Kardyś
2020-08-21Improve resizing, remove important from stylesMarcin Aman
2020-08-21Make NavigationNode implement WithChildrenMarcin Aman
2020-08-21Create navigation search componentMarcin Aman
2020-08-21Deprecated elements page for javadoc formatBłażej Kardyś
2020-08-20Include interfaces to abstract modelMarcin Aman
2020-08-20Revert unwanted changesMarcin Aman
2020-08-20Javadoc package-listMarcin Aman
2020-08-20Declare all dokka tasks as abstract instead of opensebastian.sellmair
2020-08-20Use `project.objects.fileCollection` instead of `project.files` for creating ↵sebastian.sellmair
an empty collection
2020-08-20Make MarkdownParser output text instead of broken linksKamil Doległo
2020-08-20Update dokka README.md to reflect changes for 1.4.0sebastian.sellmair
2020-08-20Implement tests for enhanced KotlinSourceSetGist mechanismsebastian.sellmair
2020-08-20Fix tests for changed KotlinSourceSetGistsebastian.sellmair
2020-08-20- Implement GradleDokkaSourceSetBuilder#isDocumented to enable/disable ↵sebastian.sellmair
source sets - Let KotlinSourceSetGist#isMain use provider API to be evaluated more lazily
2020-08-20Fix requested bugfixesAndrzej Ratajczak
2020-08-20Fix tests after bad rebaseAndrzej Ratajczak
2020-08-20Fix LinkProvider to link properly all nested generic parametersAndrzej Ratajczak
2020-08-20Add some testsAndrzej Ratajczak
2020-08-20Hide unused generic type variables in constructorAndrzej Ratajczak
2020-08-20Add task descriptions to all dokka taskssebastian.sellmair
2020-08-20Fix convention for ExternalDocumentationLink#packageListUrlsebastian.sellmair
2020-08-19publication.kt: Improve code readabilitysebastian.sellmair
2020-08-19Remove unused SUPPRESS from publication.ktsebastian.sellmair
2020-08-19Declare `dokkaVersion` as input `processResources` task in :coresebastian.sellmair
2020-08-19Add support for space package publishingsebastian.sellmair
2020-08-19Mitigate #1341 issue in light classessebastian.sellmair
2020-08-19Reduce test source code to its minimum to reproduce #1341sebastian.sellmair
2020-08-19Implement test to reproduce https://github.com/Kotlin/dokka/issues/1341sebastian.sellmair
2020-08-19Index page for javadoc (#1244)Błażej Kardyś
2020-08-19LocationProvider: Implement new `resolveOrThrow` APIsebastian.sellmair
2020-08-19PackageList.kt: Remove unused importsebastian.sellmair
2020-08-19MultimoduleLocationProvider.kt: Remove unused importsebastian.sellmair
2020-08-19PackageListService.kt: Minor reformattingsebastian.sellmair
2020-08-19HtmlRenderer: Minor reformattingsebastian.sellmair
2020-08-19Integration Test: it-multiplatform-0: Use `configureEach`sebastian.sellmair
2020-08-19Remove unnecessary helper methodKamil Doległo
2020-08-19Fix test path for WindowsKamil Doległo
2020-08-19Fix relocation id creation in the Dokka010ExternalLocationProviderKamil Doległo
2020-08-19Add a test for the DefaultExternalLocationProviderKamil Doległo
2020-08-19Fix tests after the Gradle plugin updateKamil Doległo
2020-08-19Respect relocated declarationsKamil Doległo