Is there a tool to automatically add the @since tag to all elements when I want to have a release version?
So let's say I have many methods and my base system is working now, so I decided to publish it as version 0.1.0
Now I want to use a tool that searches for every missing @since tag and adds it accordingly.
I use Eclipse and I found JAutodoc, but as far as I can see, it allows me to search for missing tags, and I have to add them manually.
EDIT: One workaround that might be of interest to someone: from the very beginning, use the Eclipse template with the right tag and change the template after each release.
Meene source
share