Javadoc主要用于对类和方法的注释。Javadoc没有@file和@date的注解。Javadoc has no @file or @date tags. You should be tagging the class, instead.
如果想关闭提示,你只需要按以下操作就OK了。 "File-Settings-Editor-Inspections-Java-Javadoc issues-Dangling Javadoc comment"


本文介绍了Javadoc注释的基本使用方法,强调了正确的注释习惯对于文档清晰度的重要性,并指出Javadoc不支持@file和@date标签,推荐使用类级标签进行注释。
Javadoc主要用于对类和方法的注释。Javadoc没有@file和@date的注解。Javadoc has no @file or @date tags. You should be tagging the class, instead.
如果想关闭提示,你只需要按以下操作就OK了。 "File-Settings-Editor-Inspections-Java-Javadoc issues-Dangling Javadoc comment"


1597

被折叠的 条评论
为什么被折叠?