Remove the comment “Generated by Javadoc on <date> <time>” in generated Javadoc
问题 A javadoc command automatically inserts a comment stating something like: <!-- Generated by javadoc (build 1.6.0_17) on Thu Apr 07 18:32:31 CEST 2011 --> in every generated HTML file. This is quite preventing change tracking for versioned javadoc, since every file will be modified when regenerating the doc. A previous question I asked convince me not to version any javadoc, but it also raised this problem and the question remains: is there a way to get rid of this comment? I did not find