From 5eeb2bbeb8c71ae813808ee0e8d09293c4abe1c1 Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 19 Jan 2023 04:10:57 +0100 Subject: Revise README documentation for examples and plugins (#2736) --- plugins/android-documentation/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plugins/android-documentation/README.md (limited to 'plugins/android-documentation') diff --git a/plugins/android-documentation/README.md b/plugins/android-documentation/README.md new file mode 100644 index 00000000..2928f180 --- /dev/null +++ b/plugins/android-documentation/README.md @@ -0,0 +1,10 @@ +# Android documentation plugin + +The Android documentation plugin aim to improve documentation experience on the Android platform. + +Features: + +* Support for the `@hide` KDoc tag. It hides marked declaration from being displayed in documentation. + +You can find the Android documentation plugin on +[Maven Central](https://mvnrepository.com/artifact/org.jetbrains.dokka/android-documentation-plugin). -- cgit