Home
last modified time | relevance | path

Searched refs:COMMENT_RE (Results 1 – 1 of 1) sorted by relevance

/plugin/mizarverifiabledocs/script/
H A Dmiz_parser.py31 COMMENT_RE = re.compile(r"::.*?$", re.M) variable
63 src = COMMENT_RE.sub("", path.read_text(encoding="utf-8", errors="ignore"))