Javadoc warnings for generated classes
TDesjardins opened this issue · 5 comments
Javadoc don't like << or >> in comments and throws warnings. For writing Nalu version and generation time this chars will used:
Can create a PR if we have an idea for the replacement char.
A PR is appreciated ... :-)
I think we just can remove '>>' and '<<'.
The problem is due to the fact that - Javadoc plugin expects an opening and closing tag. Removing is one of the solutions.
In my opinion it is ok to use:
Build with Nalu version 2.11.0 at 022.11.30-12:00:00
or any other formatting instead of:
Build with Nalu version >>2.11.0<< at >>2022.11.30-12:00:00<<
It is just a comment. It is generated so you can check the client and processor are using the same version.
PR is merged. I'll close the issue, cause it is fixed.
Thanks for contributing!