Tables in KDoc?

前端 未结 2 586
天涯浪人
天涯浪人 2021-01-13 10:23

We usually have changelog in our Java DTO\'s that consists of a table defined in Javadoc:

/**
 * Changelog:
 *
 * 
 *     
Ve
2条回答
  •  北恋
    北恋 (楼主)
    2021-01-13 10:56

    The only workaround is to generate a table with Markdown Tables Generator. For example,

    Then paste into your documentation,

提交回复
热议问题