Age | Commit message (Expand) | Author |
2020-09-03 | Change all occurrences of `dokka` to `Dokka` | Kamil Doległo |
2020-09-03 | Remove old files | Kamil Doległo |
2020-09-03 | Add Mkdocs plugin to Gradle, split README and Developers' guide into several ... | Kamil Doległo |
2020-09-03 | Update Dokka maturity warning | sebastian.sellmair |
2020-09-01 | Add whitespace in parameters of classlike signature | sebastian.sellmair |
2020-09-01 | Also add KotlinCompile#classpath to final classpath calculation | sebastian.sellmair |
2020-09-01 | Suppress SameParameterValue warning in DokkaGenerator | sebastian.sellmair |
2020-09-01 | Implement exitGenerationGracefully API | sebastian.sellmair |
2020-08-31 | Remove old `defaultSourceSet` in favour of new package | sebastian.sellmair |
2020-08-31 | Implement dPackage and dModule test APIs in favour of default params in DModu... | sebastian.sellmair |
2020-08-31 | CompositeSourceSetID: drop reduce in favour of `joinToString` | Sebastian Sellmair |
2020-08-31 | Improve style of ModuleAndPackageDocumentationSource | sebastian.sellmair |
2020-08-31 | Remove unnecessary blank lines | sebastian.sellmair |
2020-08-31 | Remove unnecessary trailing comma in defaultConfiguration.kt | sebastian.sellmair |
2020-08-31 | Minor readability improvement in ModuleAndPackageDocumentationTransformer.kt | sebastian.sellmair |
2020-08-31 | Re-use includes form child tasks for all modules page generation | sebastian.sellmair |
2020-08-31 | Let module name be configurable withing `AbstractDokkaTask` and remove concep... | sebastian.sellmair |
2020-08-31 | Let root package be represented as [root] to the user | sebastian.sellmair |
2020-08-31 | Remove DRI.canonicalPackageName | sebastian.sellmair |
2020-08-31 | Implement `root package is matched by empty string and the root keyword` test | sebastian.sellmair |
2020-08-31 | WIP | sebastian.sellmair |
2020-08-31 | Let `DRI.packageName` always be a real package name for root packages ("") | sebastian.sellmair |
2020-08-31 | Implement tests for ModuleAndPackageDocumentationReader | sebastian.sellmair |
2020-08-31 | Make testApi dokkaConfiguration available outside of AbstractCoreTest | sebastian.sellmair |
2020-08-31 | Implement ModuleAndPackageDocumentationTransformerTest.kt | sebastian.sellmair |
2020-08-31 | Implement ModuleAndPackageDocumentationReader | sebastian.sellmair |
2020-08-31 | Implement ParseModuleAndPackageDocFragments API | sebastian.sellmair |
2020-08-28 | Implement link preference in MarkdownParser | Kamil Doległo |
2020-08-28 | Fix unstable ordering by sorting methods and entries in the searchbar | Kamil Doległo |
2020-08-28 | Hide navigation pane search on multimodule page | Marcin Aman |
2020-08-28 | Make all modules page look the same as module page #1335 | Marcin Aman |
2020-08-28 | Fix presentation of code blocks in dokka html and dokka javadoc formats | Andrzej Ratajczak |
2020-08-28 | Draft for improving code formatting #1346 | Marcin Aman |
2020-08-28 | Fix losing tokens while parsing markdown italic text | Andrzej Ratajczak |
2020-08-28 | Missing javadoc resources on windows | Marcin Aman |
2020-08-27 | Apply requested changes | Andrzej Ratajczak |
2020-08-27 | Add tests to ensure variance | Andrzej Ratajczak |
2020-08-27 | Add handling for generic type parameters variance | Andrzej Ratajczak |
2020-08-27 | Fixing top-level functions linking for javadoc | Błażej Kardyś |
2020-08-25 | Change regex construction | Marcin Aman |
2020-08-25 | Improve styles and functionality on module page #1336 | Marcin Aman |
2020-08-25 | - Move `test` projects into semantic parent projects | sebastian.sellmair |
2020-08-25 | Add note to migration guide to README.md | sebastian.sellmair |
2020-08-25 | Add first version of MIGRATION.md to help users migrating to new dokka | sebastian.sellmair |
2020-08-25 | Fix external links to Android and Androix documentations | Kamil Doległo |
2020-08-25 | Relative paths fix | Andrzej Ratajczak |
2020-08-24 | Fix SourceLinksTransformer#DocumentableSource#toLink | sebastian.sellmair |
2020-08-24 | Fix LinkableContentTest.kt | sebastian.sellmair |
2020-08-24 | SourceLinksTransformer: Use java.io.File to match source files | sebastian.sellmair |
2020-08-24 | GradleSourceLinkBuilder: Use canonicalPath instead of absolutePath | sebastian.sellmair |