Searched refs:doc_inline_sect (Results 1 – 1 of 1) sorted by relevance
54 doc_inline_sect = KernRe(r'\s*\*\s*(@\s*[\w][\w\.]*\s*):(.*)', cache=False) variable1375 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())