Skip to content

Commit ec5f197

Browse files
committed
改善部分文档注释
1 parent b632f05 commit ec5f197

File tree

1 file changed

+4
-1
lines changed
  • simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/api

1 file changed

+4
-1
lines changed

simbot-component-onebot-v11/simbot-component-onebot-v11-core/src/commonMain/kotlin/love/forte/simbot/component/onebot/v11/core/api/OneBotApiExecutable.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,14 @@ public interface OneBotApiExecutable {
9191
}
9292

9393
/**
94-
* 在 [OneBotApiExecutable] 的基础上提供更多作用域API。
94+
* 在 [OneBotApiExecutable] 的基础上提供更多作用域API,
95+
* 允许在 Kotlin 中使用DSL的风格请求API。
9596
*
9697
* @since 1.1.0
9798
*
9899
* @see OneBotApiExecutable
100+
* @see withExecutableScope
101+
* @see inExecutableScope
99102
*/
100103
@JvmInline
101104
public value class OneBotApiExecutableScope(private val executable: OneBotApiExecutable) {

0 commit comments

Comments
 (0)