Home
last modified time | relevance | path

Searched refs:doc_begin_func (Results 1 – 1 of 1) sorted by relevance

/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py67 doc_begin_func = KernRe(str(doc_com) + # initial " * ' variable
1264 elif doc_begin_func.search(line):
1265 self.entry.identifier = doc_begin_func.group(1)