aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-04Javadoc version number is always 0.0.1 #1406Marcin Aman
2020-09-03Update README with documentation link for 1.4.0Kamil Doległo
2020-09-03Upgrade version number to 1.4.0 in README.md, CONTRIBUTING.md and usage.mdsebastian.sellmair
2020-09-03Adding more descriptive comment for missing source set for javadoc creationBłażej Kardyś
2020-09-03Change all occurrences of `dokka` to `Dokka`Kamil Doległo
2020-09-03Remove old filesKamil Doległo
2020-09-03Add Mkdocs plugin to Gradle, split README and Developers' guide into several ...Kamil Doległo
2020-09-03Update Dokka maturity warningsebastian.sellmair
2020-09-01Add whitespace in parameters of classlike signaturesebastian.sellmair
2020-09-01Also add KotlinCompile#classpath to final classpath calculationsebastian.sellmair
2020-09-01Suppress SameParameterValue warning in DokkaGeneratorsebastian.sellmair
2020-09-01Implement exitGenerationGracefully APIsebastian.sellmair
2020-08-31Remove old `defaultSourceSet` in favour of new packagesebastian.sellmair
2020-08-31Implement dPackage and dModule test APIs in favour of default params in DModu...sebastian.sellmair
2020-08-31CompositeSourceSetID: drop reduce in favour of `joinToString`Sebastian Sellmair
2020-08-31Improve style of ModuleAndPackageDocumentationSourcesebastian.sellmair
2020-08-31Remove unnecessary blank linessebastian.sellmair
2020-08-31Remove unnecessary trailing comma in defaultConfiguration.ktsebastian.sellmair
2020-08-31Minor readability improvement in ModuleAndPackageDocumentationTransformer.ktsebastian.sellmair
2020-08-31Re-use includes form child tasks for all modules page generationsebastian.sellmair
2020-08-31Let module name be configurable withing `AbstractDokkaTask` and remove concep...sebastian.sellmair
2020-08-31Let root package be represented as [root] to the usersebastian.sellmair
2020-08-31Remove DRI.canonicalPackageNamesebastian.sellmair
2020-08-31Implement `root package is matched by empty string and the root keyword` testsebastian.sellmair
2020-08-31WIPsebastian.sellmair
2020-08-31Let `DRI.packageName` always be a real package name for root packages ("")sebastian.sellmair
2020-08-31Implement tests for ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Make testApi dokkaConfiguration available outside of AbstractCoreTestsebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationTransformerTest.ktsebastian.sellmair
2020-08-31Implement ModuleAndPackageDocumentationReadersebastian.sellmair
2020-08-31Implement ParseModuleAndPackageDocFragments APIsebastian.sellmair
2020-08-28Implement link preference in MarkdownParserKamil Doległo
2020-08-28Fix unstable ordering by sorting methods and entries in the searchbarKamil Doległo
2020-08-28Hide navigation pane search on multimodule pageMarcin Aman
2020-08-28Make all modules page look the same as module page #1335Marcin Aman
2020-08-28Fix presentation of code blocks in dokka html and dokka javadoc formatsAndrzej Ratajczak
2020-08-28Draft for improving code formatting #1346Marcin Aman
2020-08-28Fix losing tokens while parsing markdown italic textAndrzej Ratajczak
2020-08-28Missing javadoc resources on windowsMarcin Aman
2020-08-27Apply requested changesAndrzej Ratajczak
2020-08-27Add tests to ensure varianceAndrzej Ratajczak
2020-08-27Add handling for generic type parameters varianceAndrzej Ratajczak
2020-08-27Fixing top-level functions linking for javadocBłażej Kardyś
2020-08-25Change regex constructionMarcin Aman
2020-08-25Improve styles and functionality on module page #1336Marcin Aman
2020-08-25- Move `test` projects into semantic parent projectssebastian.sellmair
2020-08-25Add note to migration guide to README.mdsebastian.sellmair
2020-08-25Add first version of MIGRATION.md to help users migrating to new dokkasebastian.sellmair
2020-08-25Fix external links to Android and Androix documentationsKamil Doległo
2020-08-25Relative paths fixAndrzej Ratajczak