| H A D | kdoc_output.py | 122 def out_warnings(self, args): argument 127 for log_msg in args.warnings: 130 def check_doc(self, name, args): 140 self.out_warnings(args) 145 self.out_warnings(args) 150 def check_declaration(self, dtype, name, args): 160 self.out_warnings(args) 169 self.out_warnings(args) 173 self.out_warnings(args) 178 def msg(self, fname, name, args) 132 check_doc(self, name, args) global() argument 152 check_declaration(self, dtype, name, args) global() argument 180 msg(self, fname, name, args) global() argument 220 out_doc(self, fname, name, args) global() argument 223 out_function(self, fname, name, args) global() argument 226 out_enum(self, fname, name, args) global() argument 229 out_typedef(self, fname, name, args) global() argument 232 out_struct(self, fname, name, args) global() argument 281 output_highlight(self, args) global() argument 333 out_section(self, args, out_docblock=False) global() argument 363 out_doc(self, fname, name, args) global() argument 368 out_function(self, fname, name, args) global() argument 455 out_enum(self, fname, name, args) global() argument 487 out_typedef(self, fname, name, args) global() argument 505 out_struct(self, fname, name, args) global() argument 638 out_doc(self, fname, name, args) global() argument 651 out_function(self, fname, name, args) global() argument 702 out_enum(self, fname, name, args) global() argument 738 out_typedef(self, fname, name, args) global() argument 754 out_struct(self, fname, name, args) global() argument [all...] |