Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[core] 修复 NormalMember.specialTitle 注释中 @see 的错误关联显示,并完善注释 #2777

Merged
merged 2 commits into from
Aug 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]或管理员头衔.
Him188 marked this conversation as resolved.
Show resolved Hide resolved
*/
public override var specialTitle: String

Expand Down