Am 07.02.19 um 18:58 schrieb Markus Heiser:
BTW: kernel-doc parser accept 'return' and 'returns':
} elsif ($newsection =~ m/^return?$/i) {
$newsection = $section_return;
Sorry wrong C&P, here is the one from the source:
} elsif ($newsection =~ m/^returns?$/i) {
$newsection = $section_return;
} elsif ($newsection =~ m/^\@return$/) {
-- Markus --
Is there really a need to be standardize this? From the list above I think there are only a few where it fails. -- Markus --
