aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-12Implement DocumentableFilterSuppressedTransformersebastian.sellmair
2020-08-11Fixing javadoc comment parser for psi filesBłażej Kardyś
2020-08-10Highlight anchorMarcin Aman
2020-08-05Fix broken link in README.mdVladimir Shefer
Without `https://` prefix the url leads to `https://github.com/Kotlin/dokka/blob/master/github.com/Kotlin/dokka/releases/download/v1.4.0-rc/dokka-cli-1.4.0-rc.jar` as a relative url.
2020-08-05Fix JS markdown component generating lots of files with highlightingMarcin Aman
2020-08-05Fix broken link in README.mdVladimir Shefer
2020-08-05Fix broken link in README.mdDrew Hannay
"Dokka Gradle example project" was pointing to a path that no longer exists
2020-08-04Remove migration guidePaweł Marks
2020-08-04Javadoc plugin package name fixBłażej Kardyś
2020-08-03Add publication for gradle plugin portalsebastian.sellmair
2020-08-03Remove mentions of kotlin-eap repoPaweł Marks
2020-08-03Change version in readme to 1.4.0-rcPaweł Marks
2020-08-03Remove unsafe html usageMarcin Aman
2020-08-03Split into files and move svg to external oneMarcin Aman
2020-08-03Improve sorting algorithmMarcin Aman
2020-08-03Highlight searched phraseMarcin Aman
2020-08-03Update callable name to include classname not <init>Marcin Aman
2020-08-03Add more formats to Multimodule0IntegrationTest.ktsebastian.sellmair
2020-07-31Minor simplification in AnalysisEnvironmentsebastian.sellmair
2020-07-31Add js target back to Multiplatform0GradleIntegrationTestsebastian.sellmair
2020-07-31Remove unsupported kotlin versions from Multiplatform0GradleIntegrationTest.ktsebastian.sellmair
2020-07-31Remove debugging run configurationsebastian.sellmair
2020-07-31Split AnalysisEnvironment.kt into multiple files and simplify ↵sebastian.sellmair
getClasspathFromRegularTask
2020-07-31Re/de-shadow kotlin-compiler artifactsebastian.sellmair
2020-07-31Set up analysis of Kotlin/Native KLIBsDmitriy Dolovov
2020-07-31Propagate default Kotlin/Native KLIBs to the Dokka classpathDmitriy Dolovov
2020-07-31Push run configuration for Dmitriy Dolovovsebastian.sellmair
2020-07-31Submit failing test for Kotlin/Native being unable to resolve CPointersebastian.sellmair
2020-07-30Move `testApi.utils` to `org.jetbrains.dokka.testApi.utils`Kamil Doległo
2020-07-30Bugfix: changed test logger package to proper oneFilip Zybała
2020-07-30Use `cache-redirector` repositories for Maven integration testssebastian.sellmair
2020-07-30Use `cache-redirector` repositories for Gradle integration testssebastian.sellmair
2020-07-30Implement `TestEnvironment` and `exhaustive` APIs for Gradle integration testssebastian.sellmair
2020-07-29Fix truncated text on sidebar with long packagesMarcin Aman
2020-07-27Fix error message when no dokka source sets are registeredsebastian.sellmair
2020-07-27Correct newer javadoc linksBłażej Kardyś
2020-07-27Disabling not working links for navigation menuBłażej Kardyś
2020-07-23Remove leftover from javadocMarcin Aman
2020-07-23Update to Kotlin version 1.4.0-rcsebastian.sellmair
2020-07-23Include publishing information in CONTRIBUTING.mdMarcin Aman
2020-07-23Add link to androidx documentation by default for Android projectssebastian.sellmair
2020-07-23Improve performance for work-around with runnable samples CSSMarcin Aman
2020-07-23Filter navigation paneMarcin Aman
2020-07-23Remove `actual` keyword from typealiasesKamil Doległo
Closes #1203
2020-07-23Make DParameter extend `WithType`Kamil Doległo
2020-07-22Follow Javadoc file path conventionAlex Saveau
The current file path looks like `/androidx.fragment.app/package-summary.html` which is non-standard. This CL changes the path to look like `/androidx/fragment/app/package-summary.html`.
2020-07-22Skip empty packages by defaultKamil Doległo
2020-07-22Rename constructors to a classnameMarcin Aman
2020-07-22Temporarily fix coroutines publicationKamil Doległo
2020-07-21Automatically install nodejs 12.18.2sebastian.sellmair