add @suppress to the list of known KDoc tags

#KT-9415 Fixed
This commit is contained in:
Dmitry Jemerov
2015-10-01 20:52:01 +02:00
parent 2884a1c6ea
commit 8fd9d181de
2 changed files with 3 additions and 1 deletions
@@ -28,7 +28,8 @@ public enum KDocKnownTag {
SINCE(false, false),
CONSTRUCTOR(false, true),
PROPERTY(true, true),
SAMPLE(true, false);
SAMPLE(true, false),
SUPPRESS(false, false);
private final boolean takesReference;
private final boolean startsSection;
+1
View File
@@ -6,3 +6,4 @@ fun f(x: Int): Int {
// EXIST: @param
// EXIST: @return
// EXIST: @suppress