[Epydoc-commits] SF.net SVN: epydoc: [1366] trunk/epydoc/src/epydoc/checker.py
Brought to you by:
edloper
|
From: <ed...@us...> - 2006-09-07 15:55:04
|
Revision: 1366
http://svn.sourceforge.net/epydoc/?rev=1366&view=rev
Author: edloper
Date: 2006-09-07 08:54:59 -0700 (Thu, 07 Sep 2006)
Log Message:
-----------
- Docstring fixes
Modified Paths:
--------------
trunk/epydoc/src/epydoc/checker.py
Modified: trunk/epydoc/src/epydoc/checker.py
===================================================================
--- trunk/epydoc/src/epydoc/checker.py 2006-09-07 15:54:31 UTC (rev 1365)
+++ trunk/epydoc/src/epydoc/checker.py 2006-09-07 15:54:59 UTC (rev 1366)
@@ -167,14 +167,14 @@
contained by this C{DocChecker}'s C{DocIndex}. Any errors found
are printed to standard out.
- @param checks: The checks that should be run on the
+ @param check_sets: The checks that should be run on the
documentation. This value is constructed by or-ing
together the specifiers that indicate which objects should
be checked, and which checks should be run. See the
L{module description<checker>} for more information.
If no checks are specified, then a default set of checks
will be run.
- @type checks: C{int}
+ @type check_sets: C{int}
@return: True if no problems were found.
@rtype: C{boolean}
"""
@@ -288,9 +288,6 @@
@param doc: The documentation for the variable to check.
@type doc: L{APIDoc}
- @param check_type: Whether or not the variable's type should
- be checked. This is used to allow varargs and keyword
- parameters to have no type specified.
@rtype: C{None}
"""
if self._checks & DocChecker.VAR:
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|