I use JAutodoc to automatically comment on java files in eclipse neon 2. I created a javadoc file using:

Then I change some java files and create javadoc again. When I check git repo, I notice that "all doc" is changed, not just the changed files.
The problem is that javadoc generates all files, and I want javadoc to generate only modified java files.
Is there any way to do this?
source
share