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

/external/chromium_org/ppapi/generators/
H A Didl_c_header.py19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment namespace
74 pre = CommentLines(['*',' @}', '']) + '\n'
80 pre += CommentLines(['*',' @addtogroup %ss' % node.cls, ' @{', ''])
139 out.Write(CommentLines(['*',' @}', '']) + '\n')
H A Didl_c_proto.py28 def CommentLines(lines, tabs=0): function
58 return CommentLines(lines, tabs)
667 return CommentLines(lines)
H A Didl_thunk.py19 from idl_c_proto import CGen, GetNodeComments, CommentLines, Comment namespace

Completed in 316 milliseconds