From: daid Date: Fri, 14 Feb 2014 07:54:40 +0000 (+0100) Subject: Document all util files. X-Git-Tag: 14.02-RC2~16 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=b1864e12bb7985bf91ae8eb561384a34f07428dd;p=cura.git Document all util files. --- diff --git a/Cura/doctest.py b/Cura/doctest.py index e74d76d6..b22dd10c 100644 --- a/Cura/doctest.py +++ b/Cura/doctest.py @@ -71,8 +71,8 @@ def main(): typeCount += 1 if inspect.getdoc(a): typeDocCount += 1 - # else: - # undocList.append('%s.%s' % (module.__name__, name)) + else: + undocList.append('%s.%s' % (module.__name__, name)) for name2 in dir(a): a2 = getattr(a, name2) if type(a2) is types.MethodType: