D | dump_format_style.py | 34 def __init__(self, name, type, comment): argument 37 self.comment = comment.strip() 43 doxygen2rst(indent(self.comment, 2))) 52 def __init__(self, name, comment): argument 54 self.comment = comment.strip() 61 def __init__(self, name, comment): argument 63 self.comment = comment.strip() 66 return '* ``%s`` %s' % (self.name, doxygen2rst(self.comment)) 69 def __init__(self, name, comment): argument 71 self.comment = comment.strip() [all …]
|