aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources/dokka/docs/kdoc/EnumValueOf.kt.template
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/resources/dokka/docs/kdoc/EnumValueOf.kt.template')
-rw-r--r--plugins/base/src/main/resources/dokka/docs/kdoc/EnumValueOf.kt.template4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/base/src/main/resources/dokka/docs/kdoc/EnumValueOf.kt.template b/plugins/base/src/main/resources/dokka/docs/kdoc/EnumValueOf.kt.template
deleted file mode 100644
index fbf8fa8d..00000000
--- a/plugins/base/src/main/resources/dokka/docs/kdoc/EnumValueOf.kt.template
+++ /dev/null
@@ -1,4 +0,0 @@
-Returns the enum constant of this type with the specified name. The string must match exactly an identifier used
-to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
-@throws kotlin.IllegalArgumentException if this enum type has no constant with the specified name