How to generate javadoc comments in Android Studio

前端 未结 16 2360
野的像风
野的像风 2020-12-04 10:01

Can I use shortcut keys in Android studio to generate javadoc comments?

If not, what is the easiest way to generate javadoc comments?

16条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-04 10:40

    I can't find any shortcut to generate javadoc comments. But if you type /** before the method declaration and press Enter, the javadoc comment block will be generated automatically.

    Read this for more information.

提交回复
热议问题