Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dc_lex.py163 RE_COMMENT_START = KernRe(r'/\*\s*') variable
282 comment = RE_COMMENT_START.sub("", tok.value)