Home
last modified time | relevance | path

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

/linux/tools/lib/python/kdoc/
H A Dkdoc_parser.py54 doc_inline_sect = KernRe(r'\s*\*\s*(@\s*[\w][\w\.]*\s*):(.*)', cache=False) variable
1375 if doc_inline_sect.search(line):
1376 self.entry.begin_section(ln, doc_inline_sect.group(1))
1377 self.entry.add_text(doc_inline_sect.group(2).lstrip())