From: Dirk S. <di...@tb...> - 2004-11-24 14:52:00
|
Dear all, I'm in the process of cleaning up my code and adding all the javadoc. On sun's website I see sun-developers are using: @version =A0 =A0 (reference page) <http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/javadoc.html#@versi= on> The Java Software convention for the argument to the @version tag is the SCCS string "%I%, %G%", which converts to something like "1.39, 02/28/97" (mm/dd/yy) when the file is checked out of SCCS. Who knows whether we can use a tag like %I% to use the actual version of = our .java files in our javadoc? Setting this version manually is doing things twice and will probably result in wrong version numbers being used after = a couple of hours... Dirk Samson |