On Wednesday, Aug 13, 2003, at 10:15 Europe/London, Jason Dillon wrote:
Can we standadize on a @version tag format. I suggest:
@version <tt>$Revision$ $Date$</tt>
IMNSO the 'tt' doesn't add much. It could be added automatically by a doclet during generation, and makes it more difficult to pull out the values by text-munging systems later.
I also don't see the benefits of having the Date; like the Log messages, this is something that the soure-code control system will store (and therefore obtain).
I'd just suggest:
@version $Revision$
Alex.