From d207b1d1b428f9accc19a5db27ad00a7efff0e19 Mon Sep 17 00:00:00 2001 From: Andrzej Ratajczak Date: Tue, 24 Mar 2020 16:02:36 +0100 Subject: Adds source links to provide linking to source code on remote repositories --- core/src/main/kotlin/pages/ContentNodes.kt | 13 ++-- plugins/base/src/main/kotlin/DokkaBase.kt | 5 ++ .../pages/sourcelinks/SourceLinksTransformer.kt | 89 +++++++++++++++++++++- 3 files changed, 99 insertions(+), 8 deletions(-) diff --git a/core/src/main/kotlin/pages/ContentNodes.kt b/core/src/main/kotlin/pages/ContentNodes.kt index 61bc3dfc..cbb5b656 100644 --- a/core/src/main/kotlin/pages/ContentNodes.kt +++ b/core/src/main/kotlin/pages/ContentNodes.kt @@ -30,7 +30,7 @@ data class ContentBreakLine( override val dci: DCI = DCI(emptySet(), ContentKind.Empty), override val style: Set