This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
debug
master
Pascal Gloor
5 years ago
parent
5c370636de
commit
3e46360174
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
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 ";
Write
Preview
Loading…
Cancel
Save