Searched refs:styleable_comment (Results 1 – 1 of 1) sorted by relevance
274 std::stringstream styleable_comment; in ProcessStyleable() local276 styleable_comment << styleable.GetComment() << "\n"; in ProcessStyleable()279 styleable_comment << "Attributes that can be used with a " << array_field_name << ".\n"; in ProcessStyleable()282 styleable_comment << "<p>Includes the following attributes:</p>\n" in ProcessStyleable()302 styleable_comment << "<tr><td>"; in ProcessStyleable()303 styleable_comment << "<code>{@link #" << entry.field_name << " " in ProcessStyleable()308 styleable_comment << "</td>"; in ProcessStyleable()310 styleable_comment << "<td>"; in ProcessStyleable()319 styleable_comment << attr_comment_line << "</td></tr>\n"; in ProcessStyleable()321 styleable_comment << "</table>\n"; in ProcessStyleable()[all …]