diff options
Diffstat (limited to 'contrib/redox.py')
-rwxr-xr-x | contrib/redox.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/redox.py b/contrib/redox.py index f858df4aed..afb457953b 100755 --- a/contrib/redox.py +++ b/contrib/redox.py @@ -172,6 +172,8 @@ def checkf(fn, errs): comments.append((ln, kind, name)) + return comments + def applyComments(fn, entries): """I apply lots of comments to the file in fn, making a new .newdoc file. """ |