Searched refs:doxygen_comment_match (Results 1 – 1 of 1) sorted by relevance
409 doxygen_comment_match = doxygen_comment_start.match(line) variable410 if doxygen_comment_match:411 line = line.replace(doxygen_comment_match.group(1), '', 1)