koresframework/Kores

Support comments

Closed this issue · 0 comments

Add base.CommentHolder that holds a CommentHolder.Type and a List<Comment>.

CommentHolder.Type:

  • COMMENT
  • DOCUMENTATION

Comment:

  • val Array<Comment>
  • class Plain(val plain: String) : Comment
  • class Link(val qualifiedName: String) : Comment
  • class Code(val code: String) : Comment
    etc...