[Epydoc-commits] SF.net SVN: epydoc: [1365] trunk/epydoc/src/epydoc/apidoc.py
Brought to you by:
edloper
From: <ed...@us...> - 2006-09-07 15:54:38
|
Revision: 1365 http://svn.sourceforge.net/epydoc/?rev=1365&view=rev Author: edloper Date: 2006-09-07 08:54:31 -0700 (Thu, 07 Sep 2006) Log Message: ----------- - Updated the description of RoutineDoc.arg_descrs to be more accurate Modified Paths: -------------- trunk/epydoc/src/epydoc/apidoc.py Modified: trunk/epydoc/src/epydoc/apidoc.py =================================================================== --- trunk/epydoc/src/epydoc/apidoc.py 2006-09-07 02:17:59 UTC (rev 1364) +++ trunk/epydoc/src/epydoc/apidoc.py 2006-09-07 15:54:31 UTC (rev 1365) @@ -1371,9 +1371,9 @@ #{ Information Extracted from Docstrings arg_descrs = UNKNOWN """@ivar: A list of descriptions of the routine's - arguments. Each element of this list is a tuple C{(arg, - descr)}, where C{arg} is an argument name (or a tuple of - of argument names); and C{descr} is a L{ParsedDocstring + arguments. Each element of this list is a tuple C{(args, + descr)}, where C{args} is a list of argument names; and + C{descr} is a L{ParsedDocstring <epydoc.markup.ParsedDocstring>} describing the argument(s) specified by C{arg}. @type: C{list}""" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |