easy_javadoc icon indicating copy to clipboard operation
easy_javadoc copied to clipboard

kdoc的类注释是否可以增加对@property的支持

Open AgMonk opened this issue 1 year ago • 0 comments

类似这样的 `/**

  • 推荐作品初始化数据
  • @property [details] 推荐详情, key 为作品id
  • @property [nextIds] 剩余推荐作品id
  • @constructor */ class RecommendInitBody : RecommendBody() { var details: LinkedHashMap<Int, RecommendDetail>? = null var nextIds: List<Long>? = null }`

AgMonk avatar Feb 09 '25 05:02 AgMonk