Searched refs:comment_prefix (Results 1 – 2 of 2) sorted by relevance
88 def Comment(self, comment, comment_prefix='// '): argument96 max_len = self._comment_length - self._indent_level - len(comment_prefix)105 self.Append(comment_prefix + line, substitute=False)106 self.Append(comment_prefix + comment, substitute=False)
272 c.Comment(line, comment_prefix='/// ')