Home
last modified time | relevance | path

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

/linux/scripts/
H A Dkernel-doc.pl246 my $doc_start = '^/\*\*\s*$'; # Allow whitespace at end of comment start.
1959 if (/$doc_start/o) {
/linux/scripts/lib/kdoc/
H A Dkdoc_parser.py32 doc_start = KernRe(r'^/\*\*\s*$', cache=False) variable
1135 if not doc_start.match(line):