Home
last modified time | relevance | path

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

/scripts/lib/kdoc/
A Dkdoc_output.py32 type_param_ref = KernRe(r"([\!~\*]?)\@(\w*((\.\w+)|(->\w+))*(\.\.\.)?)", cache=False) variable
254 (type_param_ref, r"**\1\2**")
555 (type_param_ref, r"\\fI\1\2\\fP"),
/scripts/
A Dkernel-doc.pl68 my $type_param_ref = '([\!~\*]?)\@(\w*((\.\w+)|(->\w+))*(\.\.\.)?)';
93 [$type_param_ref, "\\\\fI\$1\$2\\\\fP"],
117 [$type_param_ref, "**\$1\$2**"]

Completed in 8 milliseconds