[Epydoc-commits] SF.net SVN: epydoc: [1251] trunk/epydoc/src/epydoc/docparser.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-08-21 07:20:22
|
Revision: 1251 Author: edloper Date: 2006-08-21 00:02:32 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/epydoc/?rev=1251&view=rev Log Message: ----------- - Fixed sf bug #1501876 -- Decorators stay in effect past correct scope Modified Paths: -------------- trunk/epydoc/src/epydoc/docparser.py Modified: trunk/epydoc/src/epydoc/docparser.py =================================================================== --- trunk/epydoc/src/epydoc/docparser.py 2006-08-21 06:44:58 UTC (rev 1250) +++ trunk/epydoc/src/epydoc/docparser.py 2006-08-21 07:02:32 UTC (rev 1251) @@ -669,6 +669,7 @@ line_toks = [] lineno = None comments = [] + decorators = [] def add_to_group(container, api_doc, group_name): if container.group_specs == UNKNOWN: This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |