[Epydoc-commits] SF.net SVN: epydoc: [1394] branches/exp-args_in_class/epydoc/src/epydoc/ docstring
Brought to you by:
edloper
|
From: <dva...@us...> - 2006-09-16 00:20:11
|
Revision: 1394
http://svn.sourceforge.net/epydoc/?rev=1394&view=rev
Author: dvarrazzo
Date: 2006-09-15 17:20:06 -0700 (Fri, 15 Sep 2006)
Log Message:
-----------
- Reverting type fields handling to trunk behavior.
Modified Paths:
--------------
branches/exp-args_in_class/epydoc/src/epydoc/docstringparser.py
Modified: branches/exp-args_in_class/epydoc/src/epydoc/docstringparser.py
===================================================================
--- branches/exp-args_in_class/epydoc/src/epydoc/docstringparser.py 2006-09-16 00:02:10 UTC (rev 1393)
+++ branches/exp-args_in_class/epydoc/src/epydoc/docstringparser.py 2006-09-16 00:20:06 UTC (rev 1394)
@@ -764,7 +764,6 @@
api_doc.variables[ident] = VariableDoc(
container=api_doc, name=ident,
canonical_name=api_doc.canonical_name+ident)
- return
var_doc = api_doc.variables[ident]
if var_doc.type_descr not in (None, UNKNOWN):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|