aboutsummaryrefslogtreecommitdiff
path: root/core/src/main
diff options
context:
space:
mode:
authorSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-03-01 14:00:23 +0300
committerSimon Ogorodnik <Simon.Ogorodnik@jetbrains.com>2017-03-01 14:00:23 +0300
commit5478d2b9422a10ff703743e6c351c3dab2918157 (patch)
tree9438f5f7494b6d948b7af452cda63b48a1d7b3dd /core/src/main
parentddad0ac478f31ca0b74de43af4254f115f694ef7 (diff)
downloaddokka-5478d2b9422a10ff703743e6c351c3dab2918157.tar.gz
dokka-5478d2b9422a10ff703743e6c351c3dab2918157.tar.bz2
dokka-5478d2b9422a10ff703743e6c351c3dab2918157.zip
Don't add (platforms) fro kotlin-website format
Diffstat (limited to 'core/src/main')
-rw-r--r--core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt b/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt
index e5657091..a8544cca 100644
--- a/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt
+++ b/core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt
@@ -163,6 +163,10 @@ open class KotlinWebsiteOutputBuilder(to: StringBuilder,
} else
appendTableRow(block)
}
+
+ override fun appendPlatforms(platforms: Set<String>) {
+
+ }
}
class KotlinWebsiteFormatService @Inject constructor(locationService: LocationService,