Skip to content

Commit

Permalink
[core] 修复 NormalMember.specialTitle 注释中 @see 的错误关联显示,并完善注释 (#2777)
Browse files Browse the repository at this point in the history
* 修复NormalMember.specialTitle注释中@see的错误关联显示,并完善注释

* 修改NormalMember.specialTitle注释中@Suppress的语句表述
  • Loading branch information
MrY-Cat authored Aug 20, 2023
1 parent 5ef291f commit 1c7bba8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mirai-core-api/src/commonMain/kotlin/contact/NormalMember.kt
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ public interface NormalMember : Member {
*
* 在修改时将会异步上传至服务器.
*
* @see MemberSpecialTitleChangeEvent 群特殊头衔被管理员, 自己或 [Bot] 改动事件. 修改时也会触发此事件.
* @see MemberSpecialTitleChangeEvent 成员群特殊头衔改动事件.
* @throws PermissionDeniedException 无权限修改时
* @suppress 请勿试图修改其为空字符串来产生空头衔效果,这将使成员实际佩戴头衔退回为[活跃度相关头衔][Member.active]或管理员头衔.
*/
public override var specialTitle: String

Expand Down

0 comments on commit 1c7bba8

Please sign in to comment.