Searched refs:comment (Results 1 – 25 of 47) sorted by relevance
12
1 # Unindented comment3 # Indented comment
4 # An invalid comment
1 doc-invalid-end.json:5:2: documentation comment must end with '##'
1 doc-invalid-end2.json:5:1: junk after '##' at end of documentation comment
1 doc-invalid-start.json:3:1: junk after '##' at start of documentation comment
2 doc-missing.json:5: documentation comment required
1 doc-non-first-section.json:5:1: '=' heading must come first in a comment block
1 # Doc comment separated from defining expression by non-defining expression
1 # Doc comment must cover all features
2 doc-bad-symbol.json:6: documentation comment is for 'food'
1 # Arguments listed in the doc comment must exist in the actual schema
1 # Features listed in the doc comment must exist in the actual schema
1 # Members listed in the doc comment must exist in the actual schema
1 # = section within an expression comment
4 # Positive QAPI doc comment tests62 # Not a doc comment
92 comment: Optional[str] = None variable in Annotated119 if obj.comment:268 comment: Optional[str] = None273 comment = f'"{self._name(name)}" = {name}'279 self._trees.append(Annotated(obj, ifcond, comment))
54 graph = Digraph(comment='Block Nodes Graph')
360 gchar *comment, *block_name; in normalize_asl() local363 comment = g_strstr_len(asl->str, asl->len, COMMENT_END); in normalize_asl()364 if (comment) { in normalize_asl()365 comment += strlen(COMMENT_END); in normalize_asl()366 while (*comment == '\n') { in normalize_asl()367 comment++; in normalize_asl()369 asl = g_string_erase(asl, 0, comment - asl->str); in normalize_asl()
5 tag/value pair into a comment according to the placement guidelines in
122 as a comment in the C reproducers",