Commit 554a327a by sikang

update

parent 7be46418
......@@ -97,6 +97,8 @@ def process_file_content(path, file_name):
func_level +=1
if "//interference code" not in line and "}\n" in line:
func_level -=1
if return_level < 0:
return_level = 0
#需要忽略的行
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment