automatic class documentation
Hello!
I document the classes.
Each class has a documentation block in the header.
/**
* Bearbeitet die Bestellung des Kunden und versendet Mails
* mit Pdf Anhang
*
*
* @author Stephan Krauß
* @create 26.11.2012
* @version 0.2
* @modified 29.11.2012
*/
The documentation is in accordance Javadoc.
Is it possible in this Informatiosblock the @modified and the @version set automatically ?
@modified = actual date
Your sincerly
Stephan
Please sign in to leave a comment.