From 7f33f48f98bdb55f95d787a77e956e0fa749021c Mon Sep 17 00:00:00 2001 From: Him188 Date: Mon, 11 May 2020 15:28:20 +0800 Subject: [PATCH] Improve docs --- mirai-core/src/commonMain/kotlin/net.mamoe.mirai/event/Event.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/event/Event.kt b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/event/Event.kt index 9ef4971cd..8328f73d6 100644 --- a/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/event/Event.kt +++ b/mirai-core/src/commonMain/kotlin/net.mamoe.mirai/event/Event.kt @@ -35,6 +35,8 @@ import kotlin.jvm.Volatile * * @see [broadcast] 广播事件 * @see [CoroutineScope.subscribe] 监听事件 + * + * @see CancellableEvent 可被取消的事件 */ interface Event { /**