Searched refs:styleable_comment (Results 1 – 1 of 1) sorted by relevance
295 std::stringstream styleable_comment; in ProcessStyleable() local297 styleable_comment << styleable.GetComment() << "\n"; in ProcessStyleable()300 styleable_comment << "Attributes that can be used with a " << array_field_name << ".\n"; in ProcessStyleable()303 styleable_comment << "<p>Includes the following attributes:</p>\n" in ProcessStyleable()327 styleable_comment << "<tr><td><code>{@link #" << entry.field_name << " " in ProcessStyleable()336 styleable_comment << "<td>" << AnnotationProcessor::ExtractFirstSentence(attr_comment_line) in ProcessStyleable()339 styleable_comment << "</table>\n"; in ProcessStyleable()343 styleable_comment << "@see #" << entry.field_name << "\n"; in ProcessStyleable()346 array_def->GetCommentBuilder()->AppendComment(styleable_comment.str()); in ProcessStyleable()