如何在 IntelliJ 中更新函数的 JavaDoc

Howto update the JavaDoc of a function in IntelliJ

我的 JavaDoc 有一个函数 A(int x) /** * @param a */

现在我将一个新参数添加到 A -> A(int x, int y)。

是否有更新 JavaDoc 的快捷键,还是我必须自己手动添加行来完成?

在上面的 link 中 Mark McDonald 提到了以下选项:

For anyone else searching for how to get IntelliJ to update javadoc after a code change, you can set this in Settings -> IDE Settings -> Keymap.