Skip to content

Commit b632f05

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

File tree

1 file changed

+2
-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

+2
-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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ import kotlin.jvm.JvmInline
2929
/**
3030
* 可以用于执行 [OneBotApi] 的执行器接口描述。
3131
*
32+
* _应仅由内部实现,第三方实现不保证稳定。_
33+
*
3234
* @since 1.1.0
3335
*
3436
* @author ForteScarlet
@@ -41,7 +43,6 @@ public interface OneBotApiExecutable {
4143
*
4244
* @since 1.1.0
4345
*
44-
* @throws OneBotApiResponseNotSuccessException 如果响应状态码不是 2xx (参考 [HttpStatusCode.isSuccess])
4546
* @see OneBotApi.request
4647
*/
4748
@ST

0 commit comments

Comments
 (0)