これはコードです:
/**
* some text.
*/
public class Foo {
/**
* Some comment...
*/
public enum Bar {
/**
* some text.
*/
ABC,
/**
* some text.
*/
CDE;
};
}
CheckstyleはMissing a Javadoc comment.
2回言います( linewithABC
とlinewith CDE
)。どんな内容ですか?コメントはどこに追加すればよいですか?JavaDocは問題なく動作します。