Searched refs:attr_comment_line (Results 1 – 1 of 1) sorted by relevance
307 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() local308 return SkipSymbol(entry.symbol) || attr_comment_line.contains("@removed") in ProcessStyleable()309 || attr_comment_line.contains("@hide"); in ProcessStyleable()324 StringPiece attr_comment_line = entry.symbol.value().attribute->GetComment(); in ProcessStyleable() local325 styleable_comment << "<td>" << AnnotationProcessor::ExtractFirstSentence(attr_comment_line) in ProcessStyleable()