2
I’m using jAutodoc to automatically generate Javadocs, here an example:
/**
## type: class|interface|enum
* The ${e.getType().fu()} ${e}.
*
*
* @author Edson
* @version 1.0.0
* @date 11/09/2015
*
*/
My question is, how to include the current date in the generated Javadoc ?
I tried to:
* @date new java.util.Date();
However, this had no effect.
Thanks in advance !
I believe that this question in Soen help you.
– Fellipe Soares
Thank you Felipe, that’s really it, if you want to add an answer, I add it as correct !
– Edson Cezar