diff --git a/contrib/commandref_modular.pl b/contrib/commandref_modular.pl index f1ae543b7..8b7facf2e 100644 --- a/contrib/commandref_modular.pl +++ b/contrib/commandref_modular.pl @@ -76,7 +76,7 @@ for my $lang (@lang) { $modData{$mName}{type}=$1 if($l =~ m/^=item\s+(helper|command|device)/); $modData{$mName}{$1} =$2 if($l =~ m/^=item\s+(summary[^ ]*)\s(.*)$/); $modData{$mName}{modLinks}{$1} = 1 - if($l =~ m// && $1 !~ m/^$mName/); + if($l =~ m//); } close(FH); }