【发布时间】:2017-01-02 06:31:35
【问题描述】:
我正在尝试使用 Java 8 javadoc 工具,但它抱怨 abbr 是一个未知标签:
error: unknown tag: abbr
但据我所知,它是HTML 4.01 spec 和HTML 5 spec 中的有效标签。
我看到有ways to disable the doclint,但我真的很想知道支持哪些标签列表(或者为什么不支持这个)。
this question、this question 和this blog post 提供更多信息。
【问题讨论】: