aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/kotlin
AgeCommit message (Expand)Author
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
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-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
2020-08-19PackageList.kt: Remove unused importsebastian.sellmair
2020-08-19MultimoduleLocationProvider.kt: Remove unused importsebastian.sellmair
2020-08-19PackageListService.kt: Minor reformattingsebastian.sellmair
2020-08-19HtmlRenderer: Minor reformattingsebastian.sellmair
2020-08-19Fix relocation id creation in the Dokka010ExternalLocationProviderKamil Doległo
2020-08-19Respect relocated declarationsKamil Doległo
2020-08-19Split `PackageList.load()` into several methodsKamil Doległo
2020-08-19Make `RecognizedLinkFormat.fromString()` eagerKamil Doległo
2020-08-19Rename `doOpenConnectionToReadContent` to `readContent` and make it return `I...Kamil Doległo
2020-08-19Rename `ExternalDocumentationInfo` to `ExternalDocumentation`Kamil Doległo
2020-08-19Specify generic type explicitly, fix formattingKamil Doległo
2020-08-19Replace !! with some meaningful messagesKamil Doległo
2020-08-19Refactor location providersKamil Doległo
2020-08-19Wrap unresolved links in `span` with `data-unresolved-link`Kamil Doległo
2020-08-19Make unresolved links render as textKamil Doległo
2020-08-17Fix for creating searchbar pages data - escaping apostrophes (#1233)Filip Zybała
2020-08-17Apply requested changesAndrzej Ratajczak
2020-08-17Add tests and add projections to javadocAndrzej Ratajczak
2020-08-17Fix generic supertypes to hold TypeParametersAndrzej Ratajczak
2020-08-17Add generic typealiases proper parsing and some testsAndrzej Ratajczak
2020-08-17Inline `val newContent` in SourceSetMergingPageTransformersebastian.sellmair
2020-08-17Rename `ContentSourceSet` to `DisplaySourceSet`sebastian.sellmair
2020-08-17Implement SelfRepresentingSingletonSet and let `ContentSourceSet` conform to itsebastian.sellmair
2020-08-17Moving CompositeSourceSetID and ContentSourceSet into `.dokka.model`sebastian.sellmair