Browse Source

debug

master
Pascal Gloor 5 years ago
parent
commit
3e46360174
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      bin/autodoc_process.pl

+ 1
- 1
bin/autodoc_process.pl View File

@@ -67,7 +67,7 @@ sub detect_lang {
my @larr;
my %lcnt;

foreach my $word ( split(/ /,$txt) ) {
foreach my $word ( split(/[ '".-]/,$txt) ) {
$word = lc($word);
my $lang;
print "$word ";

Loading…
Cancel
Save