Home
last modified time | relevance | path

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

/external/chromium_org/tools/json_schema_compiler/
Dcode.py88 def Comment(self, comment, comment_prefix='// '): argument
96 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)
Ddart_generator.py272 c.Comment(line, comment_prefix='/// ')