diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2019-08-08 14:15:43 +0300 |
---|---|---|
committer | Kamil Doległo <kamilok1965@interia.pl> | 2019-08-08 14:15:43 +0300 |
commit | 317d4c0d6cd7a747211034dcd32bc01cfa58b463 (patch) | |
tree | 90d6ce1101d99c53d161e436c813412c57c3c1d1 /README.md | |
parent | da9d43e0b3293b36a3a6fd2986b0e6bc2e9b915d (diff) | |
download | dokka-317d4c0d6cd7a747211034dcd32bc01cfa58b463.tar.gz dokka-317d4c0d6cd7a747211034dcd32bc01cfa58b463.tar.bz2 dokka-317d4c0d6cd7a747211034dcd32bc01cfa58b463.zip |
Readme update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |