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的告警路径如下,将对号去掉即可:

相关推荐
_一条咸鱼_4 小时前
揭秘 Android TextInputLayout:从源码深度剖析其使用原理
android·java·面试
_一条咸鱼_4 小时前
揭秘!Android VideoView 使用原理大起底
android·java·面试
_一条咸鱼_4 小时前
深度揭秘!Android TextView 使用原理全解析
android·java·面试
_一条咸鱼_4 小时前
深度剖析:Android Canvas 使用原理全揭秘
android·java·面试
_一条咸鱼_4 小时前
深度剖析!Android TextureView 使用原理全揭秘
android·java·面试
_一条咸鱼_4 小时前
揭秘!Android CheckBox 使用原理全解析
android·java·面试
_一条咸鱼_4 小时前
深度揭秘:Android Toolbar 使用原理的源码级剖析
android·java·面试
fen_fen4 小时前
Python3:Jupyter Notebook 安装和配置
ide·python·jupyter