wmlscope: remove 'endarg' strings from HTML output
This commit is contained in:
parent
b39ca0e548
commit
4cf440e729
1 changed files with 1 additions and 0 deletions
|
@ -678,6 +678,7 @@ class CrossRef:
|
|||
state = "macro_body"
|
||||
elif state == "macro_optional_argument" and "#endarg" in line:
|
||||
state = "macro_header"
|
||||
continue
|
||||
if state == "macro_header":
|
||||
# Ignore macro header commends that are pragmas
|
||||
if ("wmlscope" in line) or ("wmllint:" in line):
|
||||
|
|
Loading…
Add table
Reference in a new issue