From b1864e12bb7985bf91ae8eb561384a34f07428dd Mon Sep 17 00:00:00 2001 From: daid Date: Fri, 14 Feb 2014 08:54:40 +0100 Subject: [PATCH] Document all util files. --- Cura/doctest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.30.2