| H A D | dump_format_style.py | 110 def __init__(self, name, opt_type, comment, version): 113 self.comment = comment.strip() 126 s += ":ref:`¶ <%s>`\n%s" % (self.name, doxygen2rst(indent(self.comment, 2))) 138 def __init__(self, name, comment): 140 self.comment = comment.strip() 144 return self.comment + "\n" + "\n".join(map(str, self.values)) 148 def __init__(self, name, comment, version): 150 self.comment 109 __init__(self, name, opt_type, comment, version) global() argument 137 __init__(self, name, comment) global() argument 147 __init__(self, name, comment, version) global() argument 166 __init__(self, name, comment) global() argument 176 __init__(self, name, enumtype, comment, version, values) global() argument 204 __init__(self, name, comment, config) global() argument [all...] |