aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2020-07-21Make sample not take 100% on MS EdgeMarcin Aman
2020-07-21Improve styles for footer to work on MS EdgeMarcin Aman
2020-07-21Wrap superclasses in Javadoc (#1191)Marcin Aman
2020-07-21Allow anchors to redirect user without refresh (#1187)Marcin Aman
2020-07-20Re-introduce default DokkaCollectorTask, run on all submodules by default, ↵sebastian.sellmair
add Collector0IntegrationTest
2020-07-20Implement dokka_integration_test_parallelism gradle property and set default ↵sebastian.sellmair
to 2
2020-07-20Update compiler version to 1.4.0-rc-173sebastian.sellmair
2020-07-20Update version to 1.4.0-rcsebastian.sellmair
2020-07-20Fix style issues introduced with dokka-cli-jsonsebastian.sellmair
2020-07-20Implement DokkaConfigurationSerializableTestsebastian.sellmair
2020-07-20Align json representation of filepathssebastian.sellmair
2020-07-20Use jackson for json serialization and parsingsebastian.sellmair
2020-07-20Address review comments and fix integration testsAlex Saveau
2020-07-20Improve JSON parsing for CLIAlex Saveau
2020-07-20Upgrade kotlinx-html to 0.7.1-1.4-M3sebastian.sellmair
2020-07-18Remove old runners/xml foldersebastian.sellmair
2020-07-17Disable registration of default dokka collector taskssebastian.sellmair
2020-07-17Fix DokkaCollector task to run on its ownKamil Doległo
2020-07-17Fix DokkaCollectorTask and disable DokkaCollectorTask and ↵sebastian.sellmair
DokkaMultimoduleTask for javadoc
2020-07-17Remove bintray label from the READMEKamil Doległo
This was done due to misaligned versions
2020-07-17Merge branch 'dev-0.11.0'Paweł Marks
2020-07-17Update target version to 1.4-M3 in migration_guide.mdsebastian.sellmair
2020-07-17Remove mentions of dokka collector and add kotlin-eap to README.mdsebastian.sellmair
2020-07-17Readme and migration guide update for dokka 1.4-M3Kamil Doległo
2020-07-17Add kotlin-eap repository consistently to the projectsebastian.sellmair
2020-07-16Make footer be exactly on the bottomMarcin Aman
2020-07-16Fix samples in tabs not having content unless clickedMarcin Aman
2020-07-16Remove the "Privacy policy" textKamil Doległo
2020-07-16Add a link to dokka Github page in footerKamil Doległo
2020-07-16Fix not working javadoc anchorsKamil Doległo
2020-07-16Fix comment overflowMagdalena Marks
2020-07-16Fix bug with filtering buttons not being createdKamil Doległo
2020-07-16Fix cssKamil Doległo
2020-07-16Fix signature duplication when filtering inherited functionsKamil Doległo
2020-07-16Implement javadoc searchMarcin Aman
2020-07-16Data class fixAndrzej Ratajczak
2020-07-16Use kotlin "1.4-M3" artifactsebastian.sellmair
2020-07-16Remove mavenLocal as default repository inside the projectsebastian.sellmair
2020-07-16Only register collector and multimodule tasks on projects that actually have ↵sebastian.sellmair
children
2020-07-15Show sourcesets from extension points as a part of page's sourcesetMarcin Aman
2020-07-15Use DokkaLogger instead of println and adjust log levels for less verbosity ↵sebastian.sellmair
by default