Searched refs:comment_lines (Results 1 – 3 of 3) sorted by relevance
162 comment_lines = comment_prefix.splitlines()163 value = comment_lines[0].lstrip()168 len(comment_lines[0]) - len(comment_lines[0].lstrip()))174 comment_prefix = '\n'.join(comment_lines[1:])
164 comment_lines = [s.lstrip() for s in self.value.splitlines()]165 self.node.value = ('\n' + indent_before).join(comment_lines)
146 const auto &comment_lines = structure->doc_comment; in generate() local147 for (auto comment_line = comment_lines.cbegin(); in generate()148 comment_line != comment_lines.cend(); ++comment_line) { in generate()