aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main
AgeCommit message (Collapse)Author
2020-09-08Changed way of merging documentables to avoid exception on merging ↵Andrzej Ratajczak
documentables of different types. Minor javadoc fixes. Changed constructor names. Add handling same name pages clash for different platforms
2020-09-07Add favicon in the HTML formatKamil Doległo
2020-09-07Test images in GFMMarcin Aman
2020-09-07Let markdown display img like resources correctlyMarcin Aman
2020-09-07NullPointerException on images #1424Marcin Aman
2020-09-01Add whitespace in parameters of classlike signaturesebastian.sellmair
2020-08-31Improve style of ModuleAndPackageDocumentationSourcesebastian.sellmair
2020-08-31Remove unnecessary blank linessebastian.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 ↵sebastian.sellmair
concept of `moduleDisplayName`
2020-08-31Let root package be represented as [root] to the usersebastian.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-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-27Apply requested changesAndrzej Ratajczak
2020-08-27Add handling for generic type parameters varianceAndrzej Ratajczak
2020-08-25Change regex constructionMarcin Aman
Co-authored-by: Paweł Marks <Kordyjan@users.noreply.github.com>
2020-08-25Improve styles and functionality on module page #1336Marcin Aman
2020-08-25Fix external links to Android and Androix documentationsKamil Doległo
2020-08-24Fix SourceLinksTransformer#DocumentableSource#toLinksebastian.sellmair
2020-08-24SourceLinksTransformer: Use java.io.File to match source filessebastian.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-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-20Make MarkdownParser output text instead of broken linksKamil Doległo
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-20Hide unused generic type variables in constructorAndrzej Ratajczak
2020-08-19Mitigate #1341 issue in light classessebastian.sellmair
2020-08-19Implement test to reproduce https://github.com/Kotlin/dokka/issues/1341sebastian.sellmair
2020-08-19LocationProvider: Implement new `resolveOrThrow` APIsebastian.sellmair