Searched refs:writeComment (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/script_api/ |
D | GenerateHeaderFiles.cpp | 84 static void writeComment(GeneratedFile* file, const string& name, const string& briefComment, in writeComment() function 115 writeComment(file, name, constant.getSummary(), constant.getDescription(), in writeConstantComment() 198 writeComment(file, name, type.getSummary(), type.getDescription(), type.deprecated(), true); in writeTypeComment() 285 writeComment(file, function.getName(), function.getSummary(), function.getDescription(), in writeFunctionComment() 327 writeComment(&file, headerFileName, specFile.getBriefDescription(), in writeHeaderFile()
|