Searched refs:doc_start (Results 1 – 2 of 2) sorted by relevance
246 my $doc_start = '^/\*\*\s*$'; # Allow whitespace at end of comment start.1959 if (/$doc_start/o) {
32 doc_start = KernRe(r'^/\*\*\s*$', cache=False) variable1135 if not doc_start.match(line):