IDEA:Dangling Javadoc comment

JetBrains对JavaDocs的描述:

Javadoc comments are usually placed above classes, methods, or fields in your source code. A Javadoc provides a description of the code element located under it and contains block tags marked with @ with specific metadata.

You can generate an API reference for your project in HTML by using the Javadoc tool that comes with your JDK. IntelliJ IDEA provides integration with the tool and allows you to build reference guides right from the IDE.

Learn more about the correct format of Javadocs, style guide, terms and conventions from How to Write Doc Comments for the Javadoc Tool.

关闭对JavaDoc comment的告警路径如下,将对号去掉即可:

相关推荐
济61711 分钟前
linux 系统移植(第六期)--Uboot移植(5)--bootcmd 和 bootargs 环境变量-- Ubuntu20.04
java·前端·javascript
温暖小土21 分钟前
深度解析 Spring Boot 自动配置:从原理到实践
java·springboot
Marktowin24 分钟前
Mybatis-Plus更新操作时的一个坑
java·后端
R-sz27 分钟前
如何将json行政区划导入数据库,中国行政区域数据(省市区县镇乡村五级联动)
java·数据库·json
定仙游45341 分钟前
Java StringBuilder 超详细讲解
java
haiyu柠檬43 分钟前
IDEA和VSCode中好用的插件推荐
java·vscode·intellij-idea
怜淇1 小时前
docker拉取openjdk8:jre失败
java·docker·容器
降临-max1 小时前
JavaWeb企业级开发---Mybatis
java·开发语言·笔记·学习·mybatis
好好研究1 小时前
SpringBoot注解的作用
java·spring boot·spring
Libby博仙2 小时前
Spring Boot 条件化注解深度解析
java·spring boot·后端