From 317d4c0d6cd7a747211034dcd32bc01cfa58b463 Mon Sep 17 00:00:00 2001 From: Kamil Doległo Date: Thu, 8 Aug 2019 14:15:43 +0300 Subject: Readme update --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8ef20f32..b7daed27 100644 --- a/README.md +++ b/README.md @@ -577,9 +577,6 @@ Dokka can annotate elements with special `platform` block with platform requirem Example of usage can be found on [kotlinlang.org](https://kotlinlang.org/api/latest/jvm/stdlib/) Each source root has a list of platforms for which members are suitable. -Also, the list of 'implied' platforms is passed to Dokka. -If a member is not available for all platforms in the implied platforms set, its documentation will show -the list of platforms for which it's available. ## Dokka Internals -- cgit