diff options
-rw-r--r-- | misc/pychecker.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/pychecker.rc b/misc/pychecker.rc index 01ee0b74..1203f499 100644 --- a/misc/pychecker.rc +++ b/misc/pychecker.rc @@ -206,7 +206,7 @@ maxReferences = 5 noDocModule = True # no class doc strings -noDocClass = True +noDocClass = False # no function/method doc strings noDocFunc = False |