Skip to content

Commit

Permalink
fix: 修复kdoc未解析的引用质量问题
Browse files Browse the repository at this point in the history
  • Loading branch information
BingZi-233 committed Nov 7, 2024
1 parent 8f43abd commit 3f469fd
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ object BilibiliVideoAPI {
* 通过玩家UUID获取玩家领取数据
*
* @param playerUUID Player UUID
* @return List
* @see ReceiveEntity
* @return [List]
* @see [ReceiveEntity]

Check warning on line 83 in project/api/src/main/kotlin/online/bingzi/bilibili/video/api/BilibiliVideoAPI.kt

View workflow job for this annotation

GitHub Actions / qodana

Unresolved reference in KDoc

Cannot resolve symbol 'ReceiveEntity'
*
* @author BingZi-233
* @since 2.0.0
Expand All @@ -98,7 +98,7 @@ object BilibiliVideoAPI {
*
* @param bilibiliMid Bilibili MID
* @param bilibiliBv Bilibili BV
* @return Boolean
* @return [Boolean]
*
* @author BingZi-233
* @since 2.0.0
Expand All @@ -113,8 +113,8 @@ object BilibiliVideoAPI {
* 通过MID获取玩家领取数据
*
* @param bilibiliMid Bilibili MID
* @return List
* @see ReceiveEntity
* @return [List]
* @see [ReceiveEntity]

Check warning on line 117 in project/api/src/main/kotlin/online/bingzi/bilibili/video/api/BilibiliVideoAPI.kt

View workflow job for this annotation

GitHub Actions / qodana

Unresolved reference in KDoc

Cannot resolve symbol 'ReceiveEntity'
*
* @author BingZi-233
* @since 2.0.0
Expand All @@ -129,8 +129,8 @@ object BilibiliVideoAPI {
* 通过BV获取玩家领取数据
*
* @param bilibiliBv Bilibili BV
* @return List
* @see ReceiveEntity
* @return [List]
* @see [ReceiveEntity]

Check warning on line 133 in project/api/src/main/kotlin/online/bingzi/bilibili/video/api/BilibiliVideoAPI.kt

View workflow job for this annotation

GitHub Actions / qodana

Unresolved reference in KDoc

Cannot resolve symbol 'ReceiveEntity'
*
* @author BingZi-233
* @since 2.0.0
Expand Down

0 comments on commit 3f469fd

Please sign in to comment.