Searched refs:doc_inline_sect (Results 1 – 1 of 1) sorted by relevance
51 doc_inline_sect = KernRe(r'\s*\*\s*(@\s*[\w][\w\.]*\s*):(.*)', cache=False) variable1488 if doc_inline_sect.search(line):1489 self.entry.begin_section(ln, doc_inline_sect.group(1))1490 self.entry.add_text(doc_inline_sect.group(2).lstrip())