diff --git a/srcxray.py b/srcxray.py index 669fecf..8632ef6 100755 --- a/srcxray.py +++ b/srcxray.py @@ -1224,10 +1224,11 @@ def doxygen_length(a): l = int(e) - int(location.getAttribute('bodystart')) if l < 20: continue - print(location.getAttribute('bodystart'), n, location.getAttribute('file'), location.getAttribute('bodyfile'), x, file=sys.stderr) + print(location.getAttribute('bodystart'), n, location.getAttribute( + 'file'), location.getAttribute('bodyfile'), x, file=sys.stderr) print("{0}:{1}:".format(location.getAttribute('bodyfile'), location.getAttribute('bodystart')), n, l, "SLOC") - # + # return g