[Epydoc-commits] SF.net SVN: epydoc: [1508] trunk/epydoc/src/epydoc/docstringparser.py
Brought to you by:
edloper
From: <dva...@us...> - 2007-02-15 19:48:37
|
Revision: 1508 http://svn.sourceforge.net/epydoc/?rev=1508&view=rev Author: dvarrazzo Date: 2007-02-15 11:48:33 -0800 (Thu, 15 Feb 2007) Log Message: ----------- - __revision__ is allowed as variable for the 'version' tag. Modified Paths: -------------- trunk/epydoc/src/epydoc/docstringparser.py Modified: trunk/epydoc/src/epydoc/docstringparser.py =================================================================== --- trunk/epydoc/src/epydoc/docstringparser.py 2007-02-15 19:42:28 UTC (rev 1507) +++ trunk/epydoc/src/epydoc/docstringparser.py 2007-02-15 19:48:33 UTC (rev 1508) @@ -109,7 +109,7 @@ # Status info DocstringField(['version'], 'Version', multivalue=0, - varnames=['__version__']), + varnames=['__version__', '__revision__']), DocstringField(['date'], 'Date', multivalue=0, varnames=['__date__']), DocstringField(['status'], 'Status', multivalue=0), This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |