Home
last modified time | relevance | path

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

/external/lldb/scripts/Python/
Dmodify-python-lldb.py409 doxygen_comment_match = doxygen_comment_start.match(line) variable
410 if doxygen_comment_match:
411 line = line.replace(doxygen_comment_match.group(1), '', 1)