H A D | kdoc_parser.py | 2 # SPDX-License-Identifier: GPL-2.0 23 # Regular expressions used to parse kernel-doc markups at KernelDoc class. 43 # @{section-name}: 57 attribute = KernRe(r"__attribute__\s*\(\([a-z0-9,_\*\s\(\)]*\)\)", 63 type_param = KernRe(r"\@(\w*((\.\w+)|(->\w+))*(\.\.\.)?)", cache=False) 73 r'(\w+)\s*(?:\(\w*\))?\s*' + # name an 70 NAME = 1 # looking for function name global() variable in state 78 name = [ global() variable in state 251 output_declaration(self, dtype, name, **args) global() argument 1167 process_export(function_set, line) global() argument 1187 process_normal(self, ln, line) global() argument 1202 process_name(self, ln, line) global() argument 1300 process_body(self, ln, line) global() argument 1419 process_inline(self, ln, line) global() argument 1531 process_proto_function(self, ln, line) global() argument 1579 process_proto_type(self, ln, line) global() argument 1620 process_proto(self, ln, line) global() argument 1641 process_docblock(self, ln, line) global() argument [all...] |