Searched refs:briefComment (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A DGenerateHeaderFiles.cpp84 static void writeComment(GeneratedFile* file, const string& name, const string& briefComment, argument
87 if (briefComment.empty() && comment.size() == 0) {
91 if (!briefComment.empty()) {
92 *file << " * " << name << ": " << briefComment << "\n"; local

Completed in 146 milliseconds