documentation polish
This commit is contained in:
@@ -159,6 +159,7 @@ def looks_like_variable(line):
|
|||||||
if line.startswith('enum '): return False
|
if line.startswith('enum '): return False
|
||||||
if line.startswith(','): return False
|
if line.startswith(','): return False
|
||||||
if line.startswith(':'): return False
|
if line.startswith(':'): return False
|
||||||
|
if line.startswith('typedef'): return False
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def looks_like_function(line):
|
def looks_like_function(line):
|
||||||
|
Reference in New Issue
Block a user