diff options
author | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-03-01 14:00:23 +0300 |
---|---|---|
committer | Simon Ogorodnik <Simon.Ogorodnik@jetbrains.com> | 2017-03-01 14:00:23 +0300 |
commit | 5478d2b9422a10ff703743e6c351c3dab2918157 (patch) | |
tree | 9438f5f7494b6d948b7af452cda63b48a1d7b3dd /core/src | |
parent | ddad0ac478f31ca0b74de43af4254f115f694ef7 (diff) | |
download | dokka-5478d2b9422a10ff703743e6c351c3dab2918157.tar.gz dokka-5478d2b9422a10ff703743e6c351c3dab2918157.tar.bz2 dokka-5478d2b9422a10ff703743e6c351c3dab2918157.zip |
Don't add (platforms) fro kotlin-website format
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/kotlin/Formats/KotlinWebsiteFormatService.kt | 4 |
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, |