easy-yapi icon indicating copy to clipboard operation
easy-yapi copied to clipboard

@see 和 @link的问题

Open gghxjava opened this issue 2 years ago • 2 comments
trafficstars

{@link AlarmActionEnum#getCode()}在GET+Bean方式中无效,而@see AlarmActionEnum#qetCode0)有效。 这个在枚举中 的区别

image

我看到了你的代码 做了特殊处理 那么我想要知道一下 为什么你处理@see 确不处理@link呢

gghxjava avatar Nov 01 '23 08:11 gghxjava

因为@see是一个单独的tag, 而@link混在注释里,也难区分具体想表明什么。 当然这里更多的可能也是我自己的使用习惯。

tangcent avatar Nov 01 '23 14:11 tangcent

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Dec 15 '23 07:12 stale[bot]