Author Topic: How to avoid timestamps in generated code  (Read 1953 times)

Thomas Arnbjerg

  • EA User
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile
How to avoid timestamps in generated code
« on: April 25, 2022, 10:02:02 pm »
Hi all,
Does anyone know how to avoid the timestamps in the comment headers for generated operations (in my case Java: * @created 25-Apr-2022 13.49.25)?

br
Thomas

Thomas Arnbjerg

  • EA User
  • **
  • Posts: 88
  • Karma: +0/-0
    • View Profile
Re: How to avoid timestamps in generated code
« Reply #1 on: April 25, 2022, 11:14:14 pm »
Solved it. Simply stopped using
%JAVADOC_COMMENT(genOptWrapComment)%  in the template 'Class Notes'. Instead I'm just using %classNotes% directly